Sen descrición

zeke-chin 68a40031b0 交付版本 hai 1 ano
blfe_core 68a40031b0 交付版本 hai 1 ano
images 3eb001d3fe 添加 印章检测模型 hai 1 ano
models 40ec76318b 交付版本 hai 1 ano
stamp 40ec76318b 交付版本 hai 1 ano
testing 868531afe9 init %!s(int64=2) %!d(string=hai) anos
utils 40ec76318b 交付版本 hai 1 ano
.gitignore 40ec76318b 交付版本 hai 1 ano
Dockerfile 33e0f36673 doc dockerfile hai 1 ano
Makefile 868531afe9 init %!s(int64=2) %!d(string=hai) anos
README.md 40ec76318b 交付版本 hai 1 ano
cpu.Dockerfile 868531afe9 init %!s(int64=2) %!d(string=hai) anos
d_environment.yml 3eb001d3fe 添加 印章检测模型 hai 1 ano
docker-compose.yml 868531afe9 init %!s(int64=2) %!d(string=hai) anos
environment.yml 3eb001d3fe 添加 印章检测模型 hai 1 ano
run.py 868531afe9 init %!s(int64=2) %!d(string=hai) anos
run_d.py 0e75f2e7ef fix 印章检测模型修复 hai 1 ano
server.py 40ec76318b 交付版本 hai 1 ano
stamp_server.py 40ec76318b 交付版本 hai 1 ano

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