Sen descrición

zeke-chin 9914344fd3 交付版本 hai 1 ano
core 9914344fd3 交付版本 hai 1 ano
images 9914344fd3 交付版本 hai 1 ano
modules 9914344fd3 交付版本 hai 1 ano
testing 9914344fd3 交付版本 hai 1 ano
utils 9914344fd3 交付版本 hai 1 ano
.gitignore 52d38e8e7f init commit %!s(int64=2) %!d(string=hai) anos
Dockerfile 9914344fd3 交付版本 hai 1 ano
Makefile 52d38e8e7f init commit %!s(int64=2) %!d(string=hai) anos
README.md 9914344fd3 交付版本 hai 1 ano
docker-compose.yml f99aeeedec fix type=0 %!s(int64=2) %!d(string=hai) anos
environment.yml 9914344fd3 交付版本 hai 1 ano
ppocr_keys_v1.txt 52d38e8e7f init commit %!s(int64=2) %!d(string=hai) anos
run.py aff1adc9a8 test add json %!s(int64=2) %!d(string=hai) anos
server.py 9914344fd3 交付版本 hai 1 ano

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