Sem descrição

李时威 33d066cdb6 fix: deploy/Jenkinsfile há 8 meses atrás
deploy 33d066cdb6 fix: deploy/Jenkinsfile há 8 meses atrás
images 4c4c33444e 增加模型,修改测试 há 2 anos atrás
models ba9ac68b59 模型名称位置更改 há 1 ano atrás
sx_utils 3658b1af2b init há 2 anos atrás
testing 4c4c33444e 增加模型,修改测试 há 2 anos atrás
.gitignore 3658b1af2b init há 2 anos atrás
Dockerfile 8155a7763f 更换基础镜像 há 8 meses atrás
Makefile 4c4c33444e 增加模型,修改测试 há 2 anos atrás
README.md 3658b1af2b init há 2 anos atrás
cpu.Dockerfile 3658b1af2b init há 2 anos atrás
docker-compose.yml 909d3cf6fe - há 2 anos atrás
environment.yml bb90717ffa 更换基础镜像 há 8 meses 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 e1a55840fe 增加注释 há 1 ano 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