Testing the react-native-camera's OCR implementation for React Native
This application allows you to try out the OCR implementation from the react-native-camera library. It will identify words and phrases in real time, once they are identify it will set them on the screen.
Install the dependencies
npm install
And start the application
npm run android
and
npm start