|
il y a 2 ans | |
---|---|---|
ch_ppocr_server_v2.0_det_infer | il y a 2 ans | |
ch_ppocr_server_v2.0_rec_infer | il y a 2 ans | |
core | il y a 2 ans | |
idcard_cls_infer | il y a 2 ans | |
idcard_det_infer | il y a 2 ans | |
idcard_rec_infer | il y a 2 ans | |
images | il y a 2 ans | |
sx_utils | il y a 2 ans | |
testing | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Dockerfile | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
convert_json.py | il y a 2 ans | |
cpu.Dockerfile | il y a 2 ans | |
docker-compose.yml | il y a 2 ans | |
environment.yml | il y a 2 ans | |
input.jpg | il y a 2 ans | |
main.py | il y a 2 ans | |
main2.py | il y a 2 ans | |
ppocr_keys_v1.txt | il y a 2 ans | |
run.py | il y a 2 ans | |
server.py | il y a 2 ans |
基于paddleocr v2, 用于识别身份证的正反面。
conda env create -f environment.yml
# 正面
python main.py
# 反面
python main2.py
# port 8080
python server.py --port 8080
python -m unittest discover testing '*_test.py' -v
make all