説明なし

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

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