aarongrider / vision-camera-ocr

VisionCamera Frame Processor Plugin to detect text in real time using MLKit Text Detector (OCR)
MIT License
243 stars 94 forks source link

Does not work on iOS 14 (but OK on 15+) #16

Open MSchmidt opened 1 year ago

MSchmidt commented 1 year ago

The result is always empty on iOS 14. This is even true for the bundled example project. I did try everything on a fresh project though. I mixed a few versions but nothing changes the outcome. Everything just fine on iOS 15.7, but just no results on 14.8.1.

It could also be an issue with MLKit itself. I did quite some research but didn't find anything related to MLKit + iOS 14.

codeapp17 commented 1 year ago

@MSchmidt did you find any solution ?

MSchmidt commented 1 year ago

@codeapp17 no I do not. I postponed this for now because of this issue. Would be great to hear from someone who has at least an idea of why this happens.