开发者

jQuery Plugin that does this?

jQuery Plugin that does this?

开发者_开发百科

Is there a jQuery plugin that allows this?


You could use a "tag" plugin to do something similar?

http://www.jpictag.com/demos/edition

Or

http://djpate.com/2011/01/14/jtag-a-jquery-plugin-to-tag-pictures-more/


You're looking at quite a bit of effort (and cpu power and thought) for very little gain. It essentially involves creating your own bit of javascript / jquery plugin.

But if you still wanted to go about doing it, you're going to need to load an image onto a canvas element, pull in its data using getImageData, and then use some pretty advanced OCR trickery to figure out where & what these letters are.

It's definitely possible if you've got the time - John Resig analyses a Greasemonkey script that used this technique (along with Neural Networks) to solve captchas here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜