JoeyEamigh / react-native-text-recognition

MIT License
23 stars 14 forks source link

Help ! pleace. Possible unhandled promise rejection (id: 0): #4

Open badkluster opened 2 years ago

badkluster commented 2 years ago

Hello! I have the following problem, can you help me?

Possible unhandled promise rejection (id: 0): Error: Waiting for text recognition module to download. Please wait.

Search by google but I didn't find the solution, I even run it on my physical mobile device but it doesn't solve it.

JoeyEamigh commented 2 years ago

Hey - I need more info.

What OS? Which branch?

The ML branch may yield better results if you want to give that a try by running npm install react-native-text-recognition@ml

asadMumtaz-YSTL commented 1 year ago

Possible Unhandled Promise Rejection (id: 21): TypeError: null is not an object (evaluating 'TextRecognition.recognize')

Hey @JoeyEamigh I'm facing this issue How it resolve kindly help me

using OS: 13.0 react-native: 0.63.4 "react-native-text-recognition": "^1.0.0",

JoeyEamigh commented 1 year ago

Try using the ML branch - instructions above.