설명 없음

zeke-chin cdf1d482ba det_db_unclip_ratio=2 1 년 전
images 7adb5511ca first commit 2 년 전
sx_utils cdf1d482ba det_db_unclip_ratio=2 1 년 전
testing cdf1d482ba det_db_unclip_ratio=2 1 년 전
.gitignore 7adb5511ca first commit 2 년 전
Dockerfile cdf1d482ba det_db_unclip_ratio=2 1 년 전
Makefile cdf1d482ba det_db_unclip_ratio=2 1 년 전
README.md cdf1d482ba det_db_unclip_ratio=2 1 년 전
docker-compose.yml cdf1d482ba det_db_unclip_ratio=2 1 년 전
environment.yml cdf1d482ba det_db_unclip_ratio=2 1 년 전
run.py cdf1d482ba det_db_unclip_ratio=2 1 년 전
server.py cdf1d482ba det_db_unclip_ratio=2 1 년 전

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