mat2718 / vision-camera-mrz-scanner

A plugin to recognize MRZ passports using MLKit and the open source project mrz for free.
MIT License
14 stars 9 forks source link

Issues with MlKit TextRecognition on iOS #7

Open nqam1904 opened 5 months ago

nqam1904 commented 5 months ago

I run your example and am having a problem on iOS, it detects text but does not display results like on Android. I don't know if it's an error in MLKit version with iOS vision camera. I debug in iOS and see it is returning results empty array returned to RN.

Device iPhone11 Pro (iOS 17.2.1)

VisionCamera Version: 2.15.4 vision-camera-code-scanner: 0.2.0

image