I gift $25 for who can help me recognize the captcha

Type Lios OCR into google. I don't have a debian box handy for testing this.
 
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.

I did it, friend. But it's not easy as. You must processing the image to tesseract can read it. But I don't know how to convert it to tesseract can read :(

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?

Yes, I mean it :) I know .NET and PHP :)

Type Lios OCR into google. I don't have a debian box handy for testing this.
Please try friend. I think you will "like" the problem and please help me if you can
 
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.
 
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.

I try but no work, friend :)
 
Back
Top