Sin descripción

李时威 33d066cdb6 fix: deploy/Jenkinsfile hace 8 meses
deploy 33d066cdb6 fix: deploy/Jenkinsfile hace 8 meses
images 4c4c33444e 增加模型,修改测试 hace 2 años
models ba9ac68b59 模型名称位置更改 hace 1 año
sx_utils 3658b1af2b init hace 2 años
testing 4c4c33444e 增加模型,修改测试 hace 2 años
.gitignore 3658b1af2b init hace 2 años
Dockerfile 8155a7763f 更换基础镜像 hace 8 meses
Makefile 4c4c33444e 增加模型,修改测试 hace 2 años
README.md 3658b1af2b init hace 2 años
cpu.Dockerfile 3658b1af2b init hace 2 años
docker-compose.yml 909d3cf6fe - hace 2 años
environment.yml bb90717ffa 更换基础镜像 hace 8 meses
kubeconfig-sxkj 70a7d30c6c fix: Dockerfile hace 1 año
kubeconfig-sxkjprod 70a7d30c6c fix: Dockerfile hace 1 año
run.py d046d2d764 fix model_dir, add en_ppocr_table_model hace 2 años
server.py e1a55840fe 增加注释 hace 1 año

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