Aucune description

zeke-chin cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
images 7adb5511ca first commit il y a 2 ans
sx_utils cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
testing cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
.gitignore 7adb5511ca first commit il y a 2 ans
Dockerfile cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
Makefile cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
README.md cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
docker-compose.yml cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
environment.yml cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
run.py cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans
server.py cdf1d482ba det_db_unclip_ratio=2 il y a 2 ans

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