Google on-device MLKit text recognition for React Native
npm install react-native-mlkit-ocr
Google on-device MLKit text recognition for React Native

``sh`
npm install react-native-mlkit-ocrPost-install Steps
`js`
cd ios && pod install
`js
import MlkitOcr from 'react-native-mlkit-ocr';
// ...
const resultFromUri = await MlkitOcr.detectFromUri(uri);
const resultFromFile = await MlkitOcr.detectFromFile(path);
`
To get started with the project, run yarn bootstrap in the root directory to install the required dependencies for each package:
`sh`
yarn bootstrap
To start the packager:
`sh`
yarn example start
To run the example app on Android:
`sh`
yarn example android
To run the example app on iOS:
`sh``
yarn example ios
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT