Нема описа

zeke-chin 553a138b8a 交付版本 пре 2 година
core 7d0c7d2078 交付版本 пре 2 година
images 9e284e1d5c 交付版本 пре 2 година
modules 9e284e1d5c 交付版本 пре 2 година
testing f1979a984e 增加长名处理 пре 2 година
utils 9e284e1d5c 交付版本 пре 2 година
.gitignore 553a138b8a 交付版本 пре 2 година
Dockerfile 9e284e1d5c 交付版本 пре 2 година
Makefile bab81ff263 change gunicorn пре 2 година
README.md 553a138b8a 交付版本 пре 2 година
docker-compose.yml 9e284e1d5c 交付版本 пре 2 година
environment.yml 9e284e1d5c 交付版本 пре 2 година
ppocr_keys_v1.txt 81cffceea1 init commit пре 2 година
run.py 7842203a3a add Notes and fix lineparser пре 2 година
server.py 7d0c7d2078 交付版本 пре 2 година

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