Aucune description

liutao ee74aaa65a modified: server.py il y a 2 ans
images 4c4c33444e 增加模型,修改测试 il y a 2 ans
sx_utils 3658b1af2b init il y a 2 ans
tabel_ocr_infer 7fcfd83c21 new file: tabel_ocr_infer/inference.pdiparams il y a 2 ans
testing 4c4c33444e 增加模型,修改测试 il y a 2 ans
.gitignore 3658b1af2b init il y a 2 ans
Dockerfile 3658b1af2b init il y a 2 ans
Makefile 4c4c33444e 增加模型,修改测试 il y a 2 ans
README.md 3658b1af2b init il y a 2 ans
cpu.Dockerfile 3658b1af2b init il y a 2 ans
docker-compose.yml 909d3cf6fe - il y a 2 ans
environment.yml 3658b1af2b init il y a 2 ans
server.py ee74aaa65a modified: server.py il y a 2 ans

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