liutao 7b1ecb00eb Merge branch 'master' of https://gogsb.soaringnova.com/chenguilong/ocr-table | 2 年之前 | |
---|---|---|
en_ppocr_mobile_v2.0_table_structure_infer | 2 年之前 | |
images | 2 年之前 | |
sx_utils | 2 年之前 | |
tabel_ocr_infer | 2 年之前 | |
testing | 2 年之前 | |
.gitignore | 2 年之前 | |
Dockerfile | 2 年之前 | |
Makefile | 2 年之前 | |
README.md | 2 年之前 | |
cpu.Dockerfile | 2 年之前 | |
docker-compose.yml | 2 年之前 | |
environment.yml | 2 年之前 | |
run.py | 2 年之前 | |
server.py | 2 年之前 |
基于paddleocr v2, 用于识别表格。
conda env create -f environment.yml
# port 8080
python server.py --port 8080
python -m unittest discover testing '*_test.py' -v
make all