OCR算法服务, 用于识户口本。
conda env create -f environment.yml
# port 8080 python server.py --port 8080
conda activate py38 python -m unittest discover testing '*_test.py' -v
make all