react-native-mlkit-ocr
react-native-mlkit-ocr copied to clipboard
Google on-device MLKit Text Recognition for React Native
Hello! I love this package, been working great for me in a managed expo / eas build project. But with my latest update, it only builds fine on iOS. On...
**Expo Version:** '49' **React Native Version:** '0.72' So, I'm just trying to follow the example on README but everytime I try to scan any text using any method I get...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hi, how feasible would be to use a custom `.tflite` trained model? Seems like MLKit [allows it](https://developers.google.com/ml-kit/custom-models). I'm using this package to scan document's MRZ lines. Already with good results,...
Hello Our project is using this library to recognize text from an image. Everything is works as expected on android side but on iOS If I capture image in portrait...
Hello I have problem using this and in my code iam using React Native "react-native": "0.66.4",
Hello! I have problem when i try to build on iOS.  Does anyone know what can it be?
I am trying to click a picture and from the picture read the text. I am trying to use the detectFromFile function its working fine in android but on iOS...