Aucune description

jingze_cheng be92760c62 chore: 更新表格结构预测模型版本 il y a 6 mois
cores 8535f56c44 Merge branch 'new' of http://gogsb.soaringnova.com/chenguilong/ocr-table into new il y a 6 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 aeb0dca2fb 添加注释 il y a 7 mois
testing 0e62fb7a79 fix: 回退829 il y a 1 an
.gitignore 3658b1af2b init il y a 2 ans
Dockerfile be92760c62 chore: 更新表格结构预测模型版本 il y a 6 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 be92760c62 chore: 更新表格结构预测模型版本 il y a 6 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