暂无描述

jingze_cheng b886f8c9c9 fix: cores/post_decorators 8 月之前
cores b886f8c9c9 fix: cores/post_decorators 8 月之前
deploy de826a378f 更新 'deploy/Jenkinsfile' 9 月之前
images 4c4c33444e 增加模型,修改测试 2 年之前
models a60e590093 feat: 915 model 1 年之前
sx_utils cad0af415e fix: update table slanet 1 年之前
testing 0e62fb7a79 fix: 回退829 1 年之前
.gitignore 3658b1af2b init 2 年之前
Dockerfile 435fe9c97c Dockerfile 11 月之前
Makefile cddea5c0f0 rollback 1 年之前
README.md 3658b1af2b init 2 年之前
cpu.Dockerfile 3658b1af2b init 2 年之前
docker-compose.yml f89314d16d feat: add 829新模型 1 年之前
environment.yml 3cf46d5612 fix: 加入方向判断 1 年之前
kubeconfig-sxkj 70a7d30c6c fix: Dockerfile 1 年之前
kubeconfig-sxkjprod 70a7d30c6c fix: Dockerfile 1 年之前
run.py d046d2d764 fix model_dir, add en_ppocr_table_model 2 年之前
server.py 3729bbe1ac 转html时避免重复加入td 8 月之前

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