説明なし

liutao 658d5ab26b modified: server.py 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 4f581c8f5f modified: tabel_rec_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 658d5ab26b modified: server.py 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