Ei kuvausta

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

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