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

https://github.com/mtulio/py-tesseract-sample

OCR Image reader using Tesseract
https://github.com/mtulio/py-tesseract-sample

Last synced: 4 months ago
JSON representation

OCR Image reader using Tesseract

Awesome Lists containing this project

README

          

# Sample OCR Reader in Python

Just a sample, just a dummy OCR reader.

This sample reads a OCR image hosted on github images, it's a Brazilian "Cupom Fiscal".

## USAGE

### Install Dependences

`make install-deps`

### Run

To run the sample, just type: `make run`.

To override the image, create an image named sample.jpg and run: `python3 ./sample.py`