Ei kuvausta

xujiayue 4e94268314 bug修复 1 vuosi sitten
core 4e94268314 bug修复 1 vuosi sitten
d_models bd7d1fd0b8 修复 串行问题、fix小问题 1 vuosi sitten
images 3eb001d3fe 添加 印章检测模型 1 vuosi sitten
stamp bd7d1fd0b8 修复 串行问题、fix小问题 1 vuosi sitten
sx_utils 3eb001d3fe 添加 印章检测模型 1 vuosi sitten
testing 868531afe9 init 2 vuotta sitten
.gitignore 9e4202074f add 圆形检测 2 vuotta sitten
Dockerfile bd7d1fd0b8 修复 串行问题、fix小问题 1 vuosi sitten
Makefile 868531afe9 init 2 vuotta sitten
README.md 868531afe9 init 2 vuotta sitten
cpu.Dockerfile 868531afe9 init 2 vuotta sitten
d_environment.yml 3eb001d3fe 添加 印章检测模型 1 vuosi sitten
docker-compose.yml 868531afe9 init 2 vuotta sitten
environment.yml 3eb001d3fe 添加 印章检测模型 1 vuosi sitten
run.py 868531afe9 init 2 vuotta sitten
server.py 23194dcbb3 1. 资本处理方法增强 2. 算法返回文本空格去除空格干扰 3. 多字问题修复 1 vuosi sitten
stamp_server.py 3eb001d3fe 添加 印章检测模型 1 vuosi sitten

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