OCR算法服务, 用于识别学信网证明。
conda env create -f environment.yml
# port 8080 python server.py --port 8080
python -m unittest discover testing '*_test.py' -v
make all