> I'm using tesseract for breaking captcha. Using the english language i'm > getting 50% of accuracy.
Interesting that Tesseract is working so well for your captchas! They must be poorly designed ;) > My problem is with some words, 1,S, F, 7. I want only > train this words. How can i do this? This question has been asked on this list quite regularly, so check the archives. The easiest way to do it is to train just those characters, calling them something like extraeng, then running tesseract with '-l eng+extraeng'. Nick -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

