Sin descripción

liutao 90d0eac532 Merge branch 'master' of http://gogsb.soaringnova.com/chenguilong/ocr-paddle hace 2 años
images 7adb5511ca first commit hace 2 años
sx_utils 7adb5511ca first commit hace 2 años
tabel_det_infer 592394c87d deleted: tabel_det_infer/._inference.pdiparams hace 2 años
tabel_rec_infer fdbdd5fa58 modified: server.py hace 2 años
table_cls_infer 7adb5511ca first commit hace 2 años
table_ocr_infer fdbdd5fa58 modified: server.py 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
server.py 90d0eac532 Merge branch 'master' of http://gogsb.soaringnova.com/chenguilong/ocr-paddle 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