Google Text recognizer unable to read the text in in Honor, one plus and some other model
Describe your issue. If applicable, add screenshots to help explain your problem.
Hi, I am using google_mlkit_text_recognition in my app where the scan the text values in some devices like Samsung, Moto, Google Pixel etc. But In some device like One plus, Honor it is unable to scan the barcode.
TextRecognizer textRecognizer = TextRecognizer(); textRecognizer.close(); final RecognizedText recognizedText = await textRecognizer.processImage(inputImage);
i am using Flutter: 3.19.6 google_mlkit_text_recognition: 0.10.0 google_mlkit_commons: 0.5.0
Steps to reproduce.
TextRecognizer textRecognizer = TextRecognizer(); textRecognizer.close(); final RecognizedText recognizedText = await textRecognizer.processImage(inputImage);
What is the expected result?
i am expecting passport number to scan document
Did you try our example app?
No
Is it reproducible in the example app?
No
Reproducible in which OS?
iOS and Android
Flutter/Dart Version?
Flutter: 3.19.6
Plugin Version?
google_mlkit_text_recognition: 0.10.0 google_mlkit_commons: 0.5.0
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.