Keine Beschreibung

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

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