I'm looking for some CAPTCHA decoding API, one that is freely usable and open source.
I understand that this is a complex process that uses OCR scans and advanced techniques for digital image analysis and processing, but I still think it's something interesting to study these mechanisms behind decoding.
So I looked for some references on the web, they were:
libautocaptcha
I found libautocaptcha , but with no success in use. After downloading the source code and necessary libraries it presents errors due to lack of classes.
JDownloader
A widely-quoted application in international forums is the JDonwloader , which internally has an implementation (JAnticaptcha) that decodes CAPTCHA from the major file-sharing sites .
Tesseract OCR tesseract
This is a powerful OCR that is also quoted in forums as a good option to scan and decode the CAPTCHA.
Given all this, does anyone have experience with some other decoding API or one of those above? Could you offer some functional example that resulted from this experience?