This project aims to read and extract information from a Nota Fiscal
(brazilian receipt) photo.
Install tesseract
$ brew install tesseract
$ sudo apt update
$ sudo apt install tesseract-ocr
$ sudo apt install libtesseract-dev
Install dependencies
$ pip install -r requirements.txt
That's actually just a POC for now
- Implement flask server for endpoints
- Implement a way to read different files over rest
- Implement output formatter