Nincs leírás

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

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