Sen descrición

Zhang Li beff35e712 feat: combined_decorator hai 9 meses
cores beff35e712 feat: combined_decorator hai 9 meses
deploy 39ccdca291 Jenkinsfile hai 11 meses
images 4c4c33444e 增加模型,修改测试 %!s(int64=2) %!d(string=hai) anos
models a60e590093 feat: 915 model hai 1 ano
sx_utils cad0af415e fix: update table slanet hai 1 ano
testing 0e62fb7a79 fix: 回退829 hai 1 ano
.gitignore 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
Dockerfile 435fe9c97c Dockerfile hai 11 meses
Makefile cddea5c0f0 rollback hai 1 ano
README.md 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
cpu.Dockerfile 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
docker-compose.yml f89314d16d feat: add 829新模型 hai 1 ano
environment.yml 3cf46d5612 fix: 加入方向判断 hai 1 ano
kubeconfig-sxkj 70a7d30c6c fix: Dockerfile hai 1 ano
kubeconfig-sxkjprod 70a7d30c6c fix: Dockerfile hai 1 ano
run.py d046d2d764 fix model_dir, add en_ppocr_table_model %!s(int64=2) %!d(string=hai) anos
server.py 4d6301d1d0 modify check_table hai 11 meses

README.md

表格识别

基于paddleocr v2, 用于识别表格。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 python -m unittest discover testing '*_test.py' -v

镜像打包

make all