reactjsreact-nativeexpoocrimage-recognition

OCR with react-native and expo


I have an upcoming project to build an app that does OCR and i want to ask is there anyway to do ocr with react-native and expo because react-native is my preferred framework and expo makes it really easy.


Solution

  • What finally worked for me, was to simply create a flask api for the OCR functionality.react-native-tesseract-ocr did not help at all.