jingze_cheng 8535f56c44 Merge branch 'new' of http://gogsb.soaringnova.com/chenguilong/ocr-table into new | há 8 meses atrás | |
---|---|---|
cores | há 8 meses atrás | |
deploy | há 10 meses atrás | |
images | há 2 anos atrás | |
models | há 1 ano atrás | |
sx_utils | há 9 meses atrás | |
testing | há 1 ano atrás | |
.gitignore | há 2 anos atrás | |
Dockerfile | há 8 meses atrás | |
Makefile | há 1 ano atrás | |
README.md | há 2 anos atrás | |
cpu.Dockerfile | há 2 anos atrás | |
docker-compose.yml | há 1 ano atrás | |
environment.yml | há 1 ano atrás | |
kubeconfig-sxkj | há 1 ano atrás | |
kubeconfig-sxkjprod | há 1 ano atrás | |
run.py | há 2 anos atrás | |
server.py | há 8 meses atrás |
基于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