flutter_catalog icon indicating copy to clipboard operation
flutter_catalog copied to clipboard

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

Open junnyea opened this issue 5 years ago • 2 comments
trafficstars

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?

junnyea avatar May 19 '20 16:05 junnyea

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.

X-Wei avatar Sep 27 '20 10:09 X-Wei

@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.

pravindodia avatar Sep 29 '20 08:09 pravindodia