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