A hybrid application for text recognition built using React Native .
- User can select an exisitng image or capture a new image and extract text from the image
- It is an on device text recognition application, i.e, does not require internet
- react-native-image-picker for selecting images from device
- RNCamera for capturing new image
- react-native-text-recognition for extracting text from image