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.gitimport 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