Sem descrição

sxkj d54206a7ab add all images and all_test.py há 2 anos atrás
ch_ppocr_server_v2.0_det_infer 6b5bac4bb5 refactor all há 2 anos atrás
ch_ppocr_server_v2.0_rec_infer 6b5bac4bb5 refactor all há 2 anos atrás
core d863b43bac fix style há 2 anos atrás
huko_cls_infer 6b5bac4bb5 refactor all há 2 anos atrás
huko_det_infer ca0e04a139 first commit há 2 anos atrás
huko_rec_infer ca0e04a139 first commit há 2 anos atrás
images d54206a7ab add all images and all_test.py há 2 anos atrás
sx_utils ca0e04a139 first commit há 2 anos atrás
testing d54206a7ab add all images and all_test.py há 2 anos atrás
.gitignore ca0e04a139 first commit há 2 anos atrás
Dockerfile ca0e04a139 first commit há 2 anos atrás
Makefile ca0e04a139 first commit há 2 anos atrás
README.md 7649615116 fix doc há 2 anos atrás
convert_json.py 401eba7083 fix style há 2 anos atrás
cpu.Dockerfile ca0e04a139 first commit há 2 anos atrás
docker-compose.yml ca0e04a139 first commit há 2 anos atrás
environment.yml ca0e04a139 first commit há 2 anos atrás
ppocr_keys_v1.txt ca0e04a139 first commit há 2 anos atrás
run.py 6b5bac4bb5 refactor all há 2 anos atrás
server.py 6b5bac4bb5 refactor all há 2 anos atrás

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