DeepOcrService

Todo:

Requirements

How to use

Get code:

git clone --recursive git@github.com:Sanster/DeepOcrService.git

Install dependencies:

pip3 install -r requirements.txt

Download models:

Build Cpython code:

make -C tf_ctpn/lib

Start web app

python3 app.py

Visit http://localhost:5000

Do infer on command line

python3 infer.py \
--img_dir= \
--viz

Press ESC to exit. Press Space to continue.