I am trying to use tesseract for processing invoices in tabular format.
As output format, I chose hocr or pdf because I need the positions of the 
text segments.

Recognition works great, except for cells like the "quantity" column that 
contain single digit values. Those single digit cells are skipped, while 
other cells in the same column that contain more than one digit are 
perfectly recognized.

(See the attached screenshot.)

Is there anything configuration parameter like a "minimum word size" that 
is tunable?
I've already tried -c load_system_dawg=F -c load_freq_dawg=F
and -psm modes from 3 to 12.
If I use -psm 6 and txt output, those digits are included but unfortunately 
I need the cell positions.

Any hints?
Cheers,
--leo

P.S.: I am using tesseract-3.04.

-- 
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/9680ae9b-290d-40b6-afa2-310bc9d0c2f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to