基于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