Hi, I need to read some text numbers inside a Gif. What's the easy way to do so? I haven't found anything on the net. Note: I don't want to read captcha, I need to read Feedburner chicklets.
lol.. I think some tool already exist, otherwise all those spammer have to read captchas by hand (eyes lol). I'm sure someone here knows them, but he's afraid to tell.
maybe it's not a easy job. you can use some api/skd of twain. But if the gif has innterfere code. It's near impossible to read the text
I have to read Feedburner images. They are animated gif, so I have to use ImageMagik to split them. convert +adjoin -coalesce anim.gif frame%02d.gif Code (markup): But then I need to read the text inside. I tried with Google's OCR code, but it doesn't work as expected, or maybe I'm not good enough to configure it. I am sure there is some lib to read Captchas, so it should be good enough for my task.
Is OCR (Optical Character Recognition) what you are after? If so then there are a bunch out there for free even one from google called OCRopus (no downloads yet) Just search for "open source OCR" and a whole lot will drop out
Check with feedburner, they may have an api that you can use to get the info without trying to mangle their images.
Sarahk: They have an API, but last time I checked, it was too restrictive. I think I can't do more than 1000 requests/day. I tested Tesseract OCR (now developed by Google), but apparently I don't know how to set it up correctly. I was able to get a number just once, then for every other gif I tried, I got just rubbish. Funnily enough, the one I tested read 55 when the gif contained 56.