/weeocr_py

Service OCR in python

Primary LanguagePythonApache License 2.0Apache-2.0

WeeOCR Python Version

A simple OCR module to convert PDF to Searchable PDF using tesseract and flask.

Installation

Development mode

Cloning and installing the requirements:

git clone https://github.com/bmrrossi/weeocr_py.git
cd weeocr_py
pip install -r requirements.txt

Now, we need to set up the environment variables. To do this, please type:

source env.sh

Production mode

Usage

Contribution

License

Apache License 2.0