Sin descripción

zeke-chin d046d2d764 fix model_dir, add en_ppocr_table_model hace 2 años
en_ppocr_mobile_v2.0_table_structure_infer d046d2d764 fix model_dir, add en_ppocr_table_model hace 2 años
images 4c4c33444e 增加模型,修改测试 hace 2 años
sx_utils 3658b1af2b init hace 2 años
tabel_SLANet_infer d98edd1a8e 修改了模型文件和对应引用 hace 2 años
tabel_ocr_infer 7fcfd83c21 new file: tabel_ocr_infer/inference.pdiparams hace 2 años
testing 4c4c33444e 增加模型,修改测试 hace 2 años
.gitignore 3658b1af2b init hace 2 años
Dockerfile 3658b1af2b init hace 2 años
Makefile 4c4c33444e 增加模型,修改测试 hace 2 años
README.md 3658b1af2b init hace 2 años
cpu.Dockerfile 3658b1af2b init hace 2 años
docker-compose.yml 909d3cf6fe - hace 2 años
environment.yml 3658b1af2b init hace 2 años
run.py d046d2d764 fix model_dir, add en_ppocr_table_model hace 2 años
server.py d046d2d764 fix model_dir, add en_ppocr_table_model hace 2 años

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