-
Notifications
You must be signed in to change notification settings - Fork 60
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
Tesseract branch: App crashes on using RNTextDetector.detect #23
Comments
I'm having the same issue; seems to have something to do with accessing the tessdata files. You can see the native crash messages by running in Android Studio.
I do have the file at |
In Android Folder, open AndroidManifest file and add android:requestLegacyExternalStorage <manifest ... > |
Did you guys get any solution? ? i am facing same issue. @ajemkuhnabat i tried your solution but did not work. |
Any update on this? I am still facing this problem too |
I'm trying the tesseract branch on android using the example given in the Readme but the app crashes as soon as the detect method is called. The app crashes without giving any error message and running 'react-native log-android' shows nothing either.
The text was updated successfully, but these errors were encountered: