jllarraz / AndroidPassportReader

Android application to read passports with MRZ
123 stars 50 forks source link

OCR Read Failure #20

Closed RuudAzlan closed 4 years ago

RuudAzlan commented 4 years ago

Hello, I cloned your project and tried to scan my passport but it show ocr read failure. Any advise how to fix this issue. Screenshot_20200827_170355_example jllarraz com passportreader

jllarraz commented 4 years ago

Check that your passport is compliant with the REGEX expressions during the OCR https://github.com/jllarraz/AndroidPassportReader/blob/057475f2ead622b7a577b50fdabd5df6e8c2f65f/app/src/main/java/example/jllarraz/com/passportreader/mlkit/OcrMrzDetectorProcessor.kt#L89

RuudAzlan commented 4 years ago

My apologies the ocr read failed appear on the camera once i click Automatic button in the apps not while scanning the passport. Thank you.