Home
Softono

Tensorflow Ocr

Open source Python
644
Stars
212
Forks
8
Issues
55
Watchers
6 years
Last Commit

 About Tensorflow Ocr

🖺 OCR using tensorflow with attention

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Tensorflow Ocr?

We provide expert installation service for this software. Our team will install, configure, and secure Tensorflow Ocr on your server. plans start at just $30.

Tensorflow Ocr

View on GitHub

tensorflow-ocr

🖺 OCR using tensorflow with attention, batteries included

Installation

git clone --recursive http://github.com/pannous/tensorflow-ocr
# sudo apt install python3-pip
cd tensorflow-ocr
pip install -r requirements.txt

Evaluation

You can detect the text under your mouse pointer with mouse_prediction.py

it takes 10 seconds to load the network and startup, then it should return multiple results per second .

text_recognizer.py

To combine our approach with real world images we forked the EAST boundary boxing.

Customized training

To get started with a minimal example similar to the famous MNIST try ./train_letters.py ; It automatically generates letters for all different font types from your computer in all different shapes and trains on it.

For the full model used in the demo start ./train.py