暫無描述

liutao 75e569a7bb Merge branch 'master' of http://gogsb.soaringnova.com/chenguilong/ocr-paddle 2 年之前
images 7adb5511ca first commit 2 年之前
sx_utils 7adb5511ca first commit 2 年之前
tabel_det_infer 592394c87d deleted: tabel_det_infer/._inference.pdiparams 2 年之前
tabel_rec_infer 592394c87d deleted: tabel_det_infer/._inference.pdiparams 2 年之前
table_cls_infer 7adb5511ca first commit 2 年之前
testing 7adb5511ca first commit 2 年之前
.gitignore 7adb5511ca first commit 2 年之前
Dockerfile 7adb5511ca first commit 2 年之前
Makefile 7adb5511ca first commit 2 年之前
README.md 7adb5511ca first commit 2 年之前
docker-compose.yml 7adb5511ca first commit 2 年之前
environment.yml 7adb5511ca first commit 2 年之前
server.py d41892eb7a 删除无用代码 2 年之前

README.md

表格识别

基于paddleocr v2, 用于识别文字。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

镜像打包

make all