Sen descrición

zeke-chin 3371f7eca4 update server add run %!s(int64=2) %!d(string=hai) anos
images 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
sx_utils 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
table_cls_infer 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
table_det_infer e531820c04 update 修改det、rec模型文件名 %!s(int64=2) %!d(string=hai) anos
table_ocr_infer fdbdd5fa58 modified: server.py %!s(int64=2) %!d(string=hai) anos
table_rec_infer e531820c04 update 修改det、rec模型文件名 %!s(int64=2) %!d(string=hai) anos
testing 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
.gitignore 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
Dockerfile 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
Makefile 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
README.md 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
docker-compose.yml 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
environment.yml 7adb5511ca first commit %!s(int64=2) %!d(string=hai) anos
run.py 3371f7eca4 update server add run %!s(int64=2) %!d(string=hai) anos
server.py 3371f7eca4 update server add run %!s(int64=2) %!d(string=hai) anos

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