Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 313 Bytes

File metadata and controls

20 lines (12 loc) · 313 Bytes

react-native-ocr

Description

This project contains a OCR api and an android app consuming the api.

Requirements

  • node-tesseract-ocr
  • nodejs

Setup

Install dependencies:

sudo apt install tesseract-ocr tesseract-ocr-dev tesseract-ocr-por

yarn install

Run project

yarn start