Nenhuma descrição

liutao d3a92114d7 deleted: en_ppocr_mobile_v2.0_table_structure_infer/inference.pdiparams 2 anos atrás
images 4c4c33444e 增加模型,修改测试 2 anos atrás
sx_utils 3658b1af2b init 2 anos atrás
tabel_SLANet_infer d98edd1a8e 修改了模型文件和对应引用 2 anos atrás
testing 4c4c33444e 增加模型,修改测试 2 anos atrás
.gitignore 3658b1af2b init 2 anos atrás
Dockerfile 3658b1af2b init 2 anos atrás
Makefile 4c4c33444e 增加模型,修改测试 2 anos atrás
README.md 3658b1af2b init 2 anos atrás
cpu.Dockerfile 3658b1af2b init 2 anos atrás
docker-compose.yml 909d3cf6fe - 2 anos atrás
environment.yml 3658b1af2b init 2 anos atrás
server.py d3a92114d7 deleted: en_ppocr_mobile_v2.0_table_structure_infer/inference.pdiparams 2 anos 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