Sen descrición

zeke-chin 553a138b8a 交付版本 hai 1 ano
core 7d0c7d2078 交付版本 hai 1 ano
images 9e284e1d5c 交付版本 hai 1 ano
modules 9e284e1d5c 交付版本 hai 1 ano
testing f1979a984e 增加长名处理 %!s(int64=2) %!d(string=hai) anos
utils 9e284e1d5c 交付版本 hai 1 ano
.gitignore 553a138b8a 交付版本 hai 1 ano
Dockerfile 9e284e1d5c 交付版本 hai 1 ano
Makefile bab81ff263 change gunicorn %!s(int64=2) %!d(string=hai) anos
README.md 553a138b8a 交付版本 hai 1 ano
docker-compose.yml 9e284e1d5c 交付版本 hai 1 ano
environment.yml 9e284e1d5c 交付版本 hai 1 ano
ppocr_keys_v1.txt 81cffceea1 init commit %!s(int64=2) %!d(string=hai) anos
run.py 7842203a3a add Notes and fix lineparser %!s(int64=2) %!d(string=hai) anos
server.py 7d0c7d2078 交付版本 hai 1 ano

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