
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
BDVPD474SQSo, I went for user-pattern.
I created a file(in directory
/usr/share/tesseract-ocr/tessdata/configs) named as
bazaarload_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/tessdataStill, I am getting same result
$
tesseract in.png stdout bazaarBDVPD474SQWhat I am doing wrong ?