Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
junnyea opened this issue May 19, 2020 · 2 comments
Labels
ios Related to iOS version of the app

Comments

@junnyea
Copy link

junnyea commented May 19, 2020

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 X-Wei added the ios Related to iOS version of the app label Sep 27, 2020
@X-Wei
Copy link
Owner

X-Wei commented Sep 27, 2020

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.

@pravindodia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ios Related to iOS version of the app
Projects
None yet
Development

No branches or pull requests

3 participants