Hi,My task seems simple, I only need to recognize numbers. Tesseract is doing a good job but I do have about 10% error rate.This is the original sample that goes in, and Tesseract keeps telling me it is 11,323 :(What should I do? Tweak parameters, try to manipulate with the image, maybe train Tesseract with the large number of these??Thanks a lot in advance ;)Henry--
--
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesser...@googlegroups.com
To unsubscribe from this group, send email to
tesseract-oc...@googlegroups.com
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 tesseract-oc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,but have you try to usetesseract input.tif output nobatch digits
That will limit tesseract to recognize only the wanted characters (numbers in tha case)