MLKit for Text Recognition V2
https://github.com/agoldis/react-native-mlkit-ocr
https://developers.google.com/ml-kit/vision/text-recognition/v2
yarn add https://github.com/Jheysoon/react-native-mlkit-ocr-v2.git
import MlkitOcr from 'react-native-mlkit-ocr-v2';
// ...
const resultFromUri = await MlkitOcr.detectFromUri(uri);
const resultFromFile = await MlkitOcr.detectFromFile(path);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT