Sin descripción

zeke-chin 68a40031b0 交付版本 hace 2 años
blfe_core 68a40031b0 交付版本 hace 2 años
images 3eb001d3fe 添加 印章检测模型 hace 2 años
models 40ec76318b 交付版本 hace 2 años
stamp 40ec76318b 交付版本 hace 2 años
testing 868531afe9 init hace 2 años
utils 40ec76318b 交付版本 hace 2 años
.gitignore 40ec76318b 交付版本 hace 2 años
Dockerfile 33e0f36673 doc dockerfile hace 2 años
Makefile 868531afe9 init hace 2 años
README.md 40ec76318b 交付版本 hace 2 años
cpu.Dockerfile 868531afe9 init hace 2 años
d_environment.yml 3eb001d3fe 添加 印章检测模型 hace 2 años
docker-compose.yml 868531afe9 init hace 2 años
environment.yml 3eb001d3fe 添加 印章检测模型 hace 2 años
run.py 868531afe9 init hace 2 años
run_d.py 0e75f2e7ef fix 印章检测模型修复 hace 2 años
server.py 40ec76318b 交付版本 hace 2 años
stamp_server.py 40ec76318b 交付版本 hace 2 años

README.md

营业执照识别

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