暂无描述

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

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