<https://lh3.googleusercontent.com/-Ybi_0XaJlv4/VjCHUPIt-zI/AAAAAAAAAB0/Pm2T1JispAc/s1600/in.png>
Hello everyone, I want to do OCR on this image.
This is pre-define format. ie first five will characters, then next four 
will digits and last will be character. 
When execute following command
$ 
*tesseract in.png stdout*I get output as *BDVPD474SQ*

So, I went for user-pattern.
I created a file(in directory */usr/share/tesseract-ocr/tessdata/configs*) 
named as *bazaar*
load_system_dawg     F
load_freq_dawg       F
user_patterns_suffix user-patterns


I also created a file, named as *eng.user-patterns* in directory 
*/usr/share/tesseract-ocr/tessdata*
\A\A\A\A\A\d\d\d\d\A

Still, I am getting same result
$* tesseract in.png stdout bazaar*
*BDVPD474SQ*

What I am doing wrong ?

-- 
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 http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/bc9d324e-2e99-489c-8765-072ab8572557%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to