No Description

liweiquan c880124636 first commit 4 months ago
core c880124636 first commit 4 months ago
models c880124636 first commit 4 months ago
utils c880124636 first commit 4 months ago
.DS_Store c880124636 first commit 4 months ago
Dockerfile c880124636 first commit 4 months ago
Makefile c880124636 first commit 4 months ago
README.md c880124636 first commit 4 months ago
docker-compose.yml c880124636 first commit 4 months ago
environment.yml c880124636 first commit 4 months ago
run.py c880124636 first commit 4 months ago
server.py c880124636 first commit 4 months ago

README.md

通用OCR

基于paddlepaddle 图像文本识别通用OCR

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 python -m unittest discover testing '*_test.py' -v

镜像打包

make all