Using tesseract I coded an ocr server that processes images and returns the text from the image. Its currently in its beta stages and I will post back here with the sucess rate.
I've also been messing with captcha cracking. I've broken Elgg and ExpressionEngine captcha with 80%+ accuracy using my own engine (for ExpressionEngine I use Tesseract after cleanup to recognize words). I'm currently working on Recaptcha using only my own engine (no Tesseract), and am finding it easier than expected. If you clean up images correctly you will find that recaptcha reuses the letters font/size in the code word a lot, so you can easily recognize it![]()
Aside from that I haven't tried any other captchas that are worth mentioning. Just simple stuff in directory submissions for example.
Nice, so are you initially using tesseract to box out the letter elements and then using something else to ocr?
After readin this thread, I tried a little experimenting myself and well...got carried away.
Image here(I'm not allowed to post links/imgs yet):
img84.imageshack.us/img84/1153/screenshot20110720at455.png
I managed to separate/extract POF's captcha into single images, but tesseract was NOT doing a good enough job for me, so I created an alphabet folder which I used to compare against each extracted image. There's a few letters that tend to mess up, but it's working pretty well.
Btw I wonder did you guys sow one guy use google google to brake any type of capcha some Russian guy already made software for that. I think I came across that video on jdownloader forum, any thoughts how we can abuse that, he also mention there is no limitation at the moment but google will catch up with time.