Sin descripción

zeke-chin 9914344fd3 交付版本 hace 1 año
core 9914344fd3 交付版本 hace 1 año
images 9914344fd3 交付版本 hace 1 año
modules 9914344fd3 交付版本 hace 1 año
testing 9914344fd3 交付版本 hace 1 año
utils 9914344fd3 交付版本 hace 1 año
.gitignore 52d38e8e7f init commit hace 2 años
Dockerfile 9914344fd3 交付版本 hace 1 año
Makefile 52d38e8e7f init commit hace 2 años
README.md 9914344fd3 交付版本 hace 1 año
docker-compose.yml f99aeeedec fix type=0 hace 2 años
environment.yml 9914344fd3 交付版本 hace 1 año
ppocr_keys_v1.txt 52d38e8e7f init commit hace 2 años
run.py aff1adc9a8 test add json hace 2 años
server.py 9914344fd3 交付版本 hace 1 año

README.md

学信网证明识别

OCR算法服务, 用于识别学信网证明。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 python -m unittest discover testing '*_test.py' -v

镜像打包

make all