Nincs leírás

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

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