-
Notifications
You must be signed in to change notification settings - Fork 754
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
[Text Recognition] Failed to do OCR while trying to start camera. - Android #91
Comments
@SebghatYusuf Which version of the plugin are you using? |
@bharat-biradar version 0.6.0 |
@SebghatYusuf |
@wazini-john |
@wazini-john I have added info regarding it in the readme's |
@SebghatYusuf Did your issue resolve, I could not find any info on minimum device spec requirements in google's original documentation, I have added a question on StackOverflow hope someone answers it. |
@bharat-biradar |
@bharat-biradar I just fixed the issue, I just needed to add this
But I have a doubt, why it was working on high end devices? |
@SebghatYusuf According to the log I think it did not actually fail but the model was being downloaded, see here But when you added this |
just added the code you said but i still get the same issue :((( do you know anything else to help me? |
@bharat-biradar I read the documentation. Just trying to find out how to prevent bundling all together coz excluding models crashes the face detection functionalities. |
@wazini-john Please don't exclude model's if it's crashing. The only way to prevent the bundling altogether is to split the whole plugin into individual API's which we can't afford right now. But if you still want to reduce app size, instead of excluding the whole |
I'm using Text Detector and Barcode Detector, I'm able to run the app on several medium & high end devices, but when I'm trying to run on low end devices, when I click on button to open camera, it just stuck to load camera and I get the bottom error:
Any help would be highly appreciated :)
The text was updated successfully, but these errors were encountered: