zsajjad / react-native-text-detector

Text Detector from image for react native using firebase MLKit on android and Tesseract on iOS
MIT License
221 stars 60 forks source link

"error": "On-Device text detection failed with error: Something went wrong" #27

Open minh-dai opened 4 years ago

minh-dai commented 4 years ago

react": "16.9.0", "react-native": "0.61.5",

newgren commented 4 years ago

Hi @minh-dai , did you ever find a resolution to this issue? I am experiencing the same exact issue.

minh-dai commented 4 years ago

hi. @newgren, check tessdata file. https://github.com/tesseract-ocr/tessdata

newgren commented 4 years ago

@minh-dai , I made sure to add the eng.traineddata file to the tessdata folder and add it as a reference in xcode. Am I doing something wrong?

newgren commented 4 years ago

@minh-dai any update?