Nenhuma descrição

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

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