Brak opisu

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

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