Sin descripción

zeke-chin 553a138b8a 交付版本 hace 1 año
core 7d0c7d2078 交付版本 hace 1 año
images 9e284e1d5c 交付版本 hace 1 año
modules 9e284e1d5c 交付版本 hace 1 año
testing f1979a984e 增加长名处理 hace 2 años
utils 9e284e1d5c 交付版本 hace 1 año
.gitignore 553a138b8a 交付版本 hace 1 año
Dockerfile 9e284e1d5c 交付版本 hace 1 año
Makefile bab81ff263 change gunicorn hace 2 años
README.md 553a138b8a 交付版本 hace 1 año
docker-compose.yml 9e284e1d5c 交付版本 hace 1 año
environment.yml 9e284e1d5c 交付版本 hace 1 año
ppocr_keys_v1.txt 81cffceea1 init commit hace 2 años
run.py 7842203a3a add Notes and fix lineparser hace 2 años
server.py 7d0c7d2078 交付版本 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