Sem descrição

liutao ee74aaa65a modified: server.py há 2 anos atrás
images 4c4c33444e 增加模型,修改测试 há 2 anos atrás
sx_utils 3658b1af2b init há 2 anos atrás
tabel_ocr_infer 7fcfd83c21 new file: tabel_ocr_infer/inference.pdiparams há 2 anos atrás
testing 4c4c33444e 增加模型,修改测试 há 2 anos atrás
.gitignore 3658b1af2b init há 2 anos atrás
Dockerfile 3658b1af2b init há 2 anos 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 3658b1af2b init há 2 anos atrás
server.py ee74aaa65a modified: server.py há 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