Search found 1 match

by mathieularose
2017-08-10T18:51:00-07:00
Forum: Users
Topic: Trying to get the best result with imagemagic and tesseract OCR, image recognition
Replies: 4
Views: 21721

Re: Trying to get the best result with imagemagic and tesseract OCR, image recognition

I tried with your images and it looks good:

$ tesseract -psm 8 augu.jpg -
Ausu


With whitelisting:

$ tesseract -psm 8 -c tessedit_char_whitelist=ABCDEFGHIJKLMOPQRSTUVWXYZ augu.jpg -
AUGU


$ tesseract -psm 8 vegu.jpg -
VEGU


$ tesseract -psm 8 eguv.jpg -
EGUV


$ tesseract -psm 8 usea ...