Im writing an application that does OCR of a specific pattern that always looks 
as following:
AAAU123456 (4 upper case alpha characters A..Z plus 6 digits 0..9)

In addition, I have an algorithm I can use, that verifies if that entire 
recognized string is 100% correct - by checking the last digit, which verifies 
if all other characters are correct.

My question is, is there a way I can force tesseract to run in a loop (forcing 
it to give me alternatives) until the checking algorithm verifies it as a 
correct one (returns true)?

Second question is - how would you recommend I configure tesseract for that 
specific pattern (as described above). 

BTW - the 4th character is always 'U' - the same, therefore I only need to 
recognize the first 3 characters plus the 6 digits.

Note; I'm using .NET - VB and/or C#

-- 
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/1b41c39a-4ae6-423e-8677-fa9655261bb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to