Sin descripción

liutao 214b307c24 modified: table_rec_infer/inference.pdiparams hace 2 años
images 7adb5511ca first commit hace 2 años
sx_utils 7adb5511ca first commit hace 2 años
table_cls_infer 7adb5511ca first commit hace 2 años
table_det_infer e531820c04 update 修改det、rec模型文件名 hace 2 años
table_ocr_infer fdbdd5fa58 modified: server.py hace 2 años
table_rec_infer 214b307c24 modified: table_rec_infer/inference.pdiparams hace 2 años
testing 7adb5511ca first commit hace 2 años
.gitignore 7adb5511ca first commit hace 2 años
Dockerfile 7adb5511ca first commit hace 2 años
Makefile 7adb5511ca first commit hace 2 años
README.md 7adb5511ca first commit hace 2 años
docker-compose.yml 7adb5511ca first commit hace 2 años
environment.yml 7adb5511ca first commit hace 2 años
run.py 3371f7eca4 update server add run hace 2 años
server.py 3371f7eca4 update server add run hace 2 años

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