I am using Tesseract 3.0.4 with the Tesseract-OCR .Net wrapper.  I am 
reading a page which contains account numbers and payment amounts along 
with other data.

If I read the entire page using ...

var Page2 = Engine.Process(PixPage, PageSegMode.Auto)

, the account numbers and payment amounts are 100% accurate. 

If I select and read the zones on the page where they appear by using ...

var Page = Engine.Process(PixPage, Region, PageSegMode.Auto)

the accuracy drops to about 85%.

Is there a way round this?

-- 
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-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/e2079c78-b162-4241-bc81-5fd3f6fcb9c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to