Aucune description

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

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