Sin descripción

zeke-chin 979b288058 Merge remote-tracking branch 'origin/master' hace 2 años
ch_ppocr_server_v2.0_det_infer 6b5bac4bb5 refactor all hace 2 años
ch_ppocr_server_v2.0_rec_infer 6b5bac4bb5 refactor all hace 2 años
core eb81f3c24e add direction hace 2 años
huko_cls_infer 6b5bac4bb5 refactor all hace 2 años
huko_det_infer ca0e04a139 first commit hace 2 años
huko_rec_infer ca0e04a139 first commit hace 2 años
images d54206a7ab add all images and all_test.py hace 2 años
sx_utils ca0e04a139 first commit hace 2 años
testing d54206a7ab add all images and all_test.py hace 2 años
.gitignore ca0e04a139 first commit hace 2 años
Dockerfile ca0e04a139 first commit hace 2 años
Makefile ca0e04a139 first commit hace 2 años
README.md 7649615116 fix doc hace 2 años
convert_json.py 401eba7083 fix style hace 2 años
cpu.Dockerfile ca0e04a139 first commit hace 2 años
docker-compose.yml ca0e04a139 first commit hace 2 años
environment.yml ca0e04a139 first commit hace 2 años
ppocr_keys_v1.txt ca0e04a139 first commit hace 2 años
run.py 6b5bac4bb5 refactor all hace 2 años
server.py 6b5bac4bb5 refactor all hace 2 años

README.md

户口本识别

基于paddleocr v2, 用于识户口本。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 conda activate py38
 python -m unittest discover testing '*_test.py' -v

镜像打包

make all