Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nkrumahthis/ogre

python ocr for scanning invoices, etc
https://github.com/nkrumahthis/ogre

Last synced: about 2 months ago
JSON representation

python ocr for scanning invoices, etc

Awesome Lists containing this project

README

        

# Ogre

OCR in python using [tesseract](https://github.com/tesseract-ocr/tesseract)

## Local set up

```bash
git clone [email protected]:nkrumahthis/ogre
python3 -m venv .venv
source .venv/source/activate
pip install -r requirements.txt
cp .env.example .env
```