AgungAlive
Newbie
- May 22, 2013
- 4
- 0
This is a joke, Here your code
5D81CB
3968E6
A9FCCC
5D81CB
3968E6
A9FCCC
Use imagemagic to convert those to a grayscale .tiff, then run it through tesseract-ocr.
Only do a couple after it works and verify\monitor server load, as I doubt you'd be doing this in a low quantity.
If you've done this, speak in greater detail as to what the error or issue is.
you mention abt tesseract-ocr,?
the main code base is developed in c++ (just guessing)
it should be easy to fork it to other language,
btw, what's the main programming language that currently you're using?
Please try friend. I think you will "like" the problem and please help me if you canType Lios OCR into google. I don't have a debian box handy for testing this.
have you compile and install tesserac-ocr on your Linux box? ensure that it works, and than you can write your own captcha resolver app using your preferred programming language, basically you must know how to communicate between your app to tesserac-ocr, for php you can use exec() function. it should resolve your issue.