Aucune description

liweiquan c880124636 first commit il y a 4 mois
core c880124636 first commit il y a 4 mois
models c880124636 first commit il y a 4 mois
utils c880124636 first commit il y a 4 mois
.DS_Store c880124636 first commit il y a 4 mois
Dockerfile c880124636 first commit il y a 4 mois
Makefile c880124636 first commit il y a 4 mois
README.md c880124636 first commit il y a 4 mois
docker-compose.yml c880124636 first commit il y a 4 mois
environment.yml c880124636 first commit il y a 4 mois
run.py c880124636 first commit il y a 4 mois
server.py c880124636 first commit il y a 4 mois

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