# 营业执照识别 OCR算法服务, 用于识别英语等级证书。 ## 环境 - python >= 3.7 - paddleocr - paddlepaddle - cv2 ```shell conda env create -f environment.yml ``` ## 服务端 ```shell # port 8080 python server.py --port 8080 ``` ## 单元测试 ```shell python -m unittest discover testing '*_test.py' -v ``` ## 镜像打包 ```shell make all ```