X-Wei/flutter_catalog

FirebaseVision.instance.textRecognizer().processImage(visionImage) not working

junnyea opened this issue · 2 comments

Hi X-Wei,

Thank you for creating this flutter catalog. It helps in many ways for newbie like me.

I have tried your app-store version of TEXTOCR, it works perfectly.

I have tried your code and it works in Android device.

For IOS, the below code is not working. So, the visionText do not have result.

FirebaseVision.instance.textRecognizer().processImage(visionImage);

Can check with you if your app-store version using textRecognizer or cloudTextRecognizer?

X-Wei commented

Hi,

The app-store version also uses textRecognizer, the offline, free version. You can check the code at: https://github.com/X-Wei/flutter_catalog/blob/master/lib/routes/firebase_mlkit_ex.dart

For iOS unfortunately I don't have much experience nor the dev environment. The iOS app-store package is managed by @pravindodia.

@junnyea I will try to checkout the updated code and check the issue for you. is there any more info that you can provide for debuging, or its simply not showing results, if you can provide more info it would be more helpful and fast to debug.

@X-Wei and @junnyea will update the issue as soon as i find out anything.