Nessuna descrizione

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

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