Hello,

I am trying to recognize the attached image which is from my water meter. I 
am having decent success if I crop and manipulate each digit separately 
with a script and then run tesseract once for each digit. That might work 
but it is not very flexible. If the image shifts a few pixels it will stop 
working.

Is this the best way to process such an image?

If so, is it possible to specify a box file for an image to be processed 
(not for training but for recognition)? Perhaps this is simple and I'm just 
not reading the documentation correctly. Since the image is hopefully 
static, I could use a box editor create a box file that tells tesseract 
where to expect the digits instead of tesseract guessing what is a digit 
and getting it wrong. It is still a very rigid approach but would be fewer 
steps than slicing the image before tesseract.

I appreciate any suggestions. Or is tesseract perhaps the wrong tool for 
image recognition like this, should I be considering OpenCV instead?

Thank you,
Adam

-- 
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].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/aa009eba-ad09-44d5-864d-3ea5986b0588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to