google_ml_kit_flutter icon indicating copy to clipboard operation
google_ml_kit_flutter copied to clipboard

Google Text recognizer unable to read the text in in Honor, one plus and some other model

Open Bhagavan-0413 opened this issue 7 months ago • 1 comments

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

Bhagavan-0413 avatar May 22 '25 06:05 Bhagavan-0413

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jun 27 '25 12:06 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 12 '25 12:07 github-actions[bot]