Nessuna descrizione

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

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