Sem descrição

jingze_cheng be92760c62 chore: 更新表格结构预测模型版本 há 6 meses atrás
cores 8535f56c44 Merge branch 'new' of http://gogsb.soaringnova.com/chenguilong/ocr-table into new há 6 meses atrás
deploy de826a378f 更新 'deploy/Jenkinsfile' há 9 meses atrás
images 4c4c33444e 增加模型,修改测试 há 2 anos atrás
models a60e590093 feat: 915 model há 1 ano atrás
sx_utils aeb0dca2fb 添加注释 há 7 meses atrás
testing 0e62fb7a79 fix: 回退829 há 1 ano atrás
.gitignore 3658b1af2b init há 2 anos atrás
Dockerfile be92760c62 chore: 更新表格结构预测模型版本 há 6 meses atrás
Makefile cddea5c0f0 rollback há 1 ano atrás
README.md 3658b1af2b init há 2 anos atrás
cpu.Dockerfile 3658b1af2b init há 2 anos atrás
docker-compose.yml f89314d16d feat: add 829新模型 há 1 ano atrás
environment.yml 3cf46d5612 fix: 加入方向判断 há 1 ano atrás
kubeconfig-sxkj 70a7d30c6c fix: Dockerfile há 1 ano atrás
kubeconfig-sxkjprod 70a7d30c6c fix: Dockerfile há 1 ano atrás
run.py d046d2d764 fix model_dir, add en_ppocr_table_model há 2 anos atrás
server.py be92760c62 chore: 更新表格结构预测模型版本 há 6 meses atrás

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