Open MkMehdi opened 8 years ago
Would you mind clarifying what you mean by MRZ text?
Note that the Text Recognition API only supports languages that use Latin characters. See our site for details:
Thank you for you reply :+1: Well to be clear text like that : I<UTOSTEVENSON<<PETER<<<<<<<<<<<<<<< D231458907UTO3407127M9507122<<<<<<<2 the alphabets detect fine but the difficult with "<" sometimes change it to "s" but not all characters... Is there any configuration can do to get the result more clear ?
Regards;
Hello.Does this library read MRZ lines? I am also interested in reading MRZ lines
The Text API isn't specifically optimized for reading MRZ text, but is certainly capable of reading any Latin text (though it may be less accurate in those cases).
Can anyone suggest a better option to read MRZ, text api is not helping out with MRZ.
Try OCRB.traineddata. Usage: tesseract input.jpg output.txt -l OCRB
Have tried the tess-two, its working fine but some time it suddenly stops reading text from image and again starts reading by its own. Didn't figured out the reason for same.
Tesseract needs proper input image try changing the image input by applying morphological transforms/ text localization algorithms and then run it through tesseract
close #110
Hello;
First thank you so much for this brilliant library :+1:
Well my issue is when I want try detect MRZ text gives me a wrong result .. is there any configuration can do for get better result !
Thank you :))