Aucune description

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

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