a7medev / react-native-ml-kit

React Native On-Device Machine Learning w/ Google ML Kit
MIT License
342 stars 55 forks source link

TextRecognition iOS error #11

Closed wilav-dev closed 1 year ago

wilav-dev commented 1 year ago

Hello, I'm getting "Input image must not be nil" on iOS. I'm using RNFS.TemporaryDirectoryPath, also tried RNFS.DocumentDirectoryPath. It's working using Android. Any idea? Should I add some permission or capability?

IMG_3FC1BDAE7873-1

wilav-dev commented 1 year ago

Ok, i found the problem. i should add file:// as a prefix for ios