You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesser...@googlegroups.com
You posted 2 times original (not pre-processed) images. Please post image you try to OCR. It is pretty boring and discouraging to get output like you.
I just cropped plate in image editor, cover state symbol and run (tesseract 3.03):
tesseract fiat_.png - -psm 7 -l srp \ -c tessedit_char_whitelist=KIČ0123456789 2>/dev/null output was this: KI 513 IČ As you can see on special 0 is problem if you remove noise.
Unfortunately tesseract is not able to "add" additional symbol to existing, so you need to play a little with with training... Maybe you can try to train only digits, but not "one-by-one". Try to make groups of digits "013 513 310" as they on plate. Be careful so there are no columns on training image (vertical spaces). I have wrong experiences with such images.
If you create such training (e.g.srp_digits.traineddata), try to this command to see if it helps: