No Description

xujiayue e16414b390 拼接优化 2 years ago
core e16414b390 拼接优化 2 years ago
d_models 0e75f2e7ef fix 印章检测模型修复 2 years ago
images 3eb001d3fe 添加 印章检测模型 2 years ago
stamp 36c703b77b bug修复 2 years ago
sx_utils 3eb001d3fe 添加 印章检测模型 2 years ago
testing 868531afe9 init 2 years ago
.gitignore 0e75f2e7ef fix 印章检测模型修复 2 years ago
Dockerfile 33e0f36673 doc dockerfile 2 years ago
Makefile 868531afe9 init 2 years ago
README.md 868531afe9 init 2 years ago
cpu.Dockerfile 868531afe9 init 2 years ago
d_environment.yml 3eb001d3fe 添加 印章检测模型 2 years ago
docker-compose.yml 868531afe9 init 2 years ago
environment.yml 3eb001d3fe 添加 印章检测模型 2 years ago
run.py 868531afe9 init 2 years ago
run_d.py 0e75f2e7ef fix 印章检测模型修复 2 years ago
server.py 23194dcbb3 1. 资本处理方法增强 2. 算法返回文本空格去除空格干扰 3. 多字问题修复 2 years ago
stamp_server.py 3eb001d3fe 添加 印章检测模型 2 years ago

README.md

营业执照识别

基于paddleocr v2, 用于识别英语等级证书。

环境

  • 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