基于paddleocr v2, 用于识别银行卡号。
conda env create -f environment.yml
python main.py
# port 8080
python server.py --port 8080
python -m unittest discover testing '*_test.py' -v
# pytest
cd testing
python -m pytest test_bank.py -vv
# test group convex
python -m pytest test_bank.py -m convex -vv