Skip to content

复杂环境下多种常见印章扫描件识别

License

Notifications You must be signed in to change notification settings

dengguanguan/SealOcr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

印章识别

思路

  1. 传统cv定位,同时纠正椭圆印章的偏转角度纠正
  2. deeplearning分类
  3. 极坐标变换+ocr,同时完成圆和方形的偏转角度纠正与文字识别
  4. paddleocr识别印章文字(需要本地部署服务和模型)

以后闲下来会打算用 rotate-yolo5 重构

graph TB
	印章分类-->圆形印章检测
	印章分类-->方形印章检测
	印章分类-->椭圆形印章检测
Loading

使用

# window
set FLASK_APP=API.py
# linux
export FLASK_APP=API.py

flask run -h 0.0.0.0 -p 8000

其他一起开发的小伙伴

由于之前仓库放在 gitee 上面,所以这边手动放个链接

img_1.png img_2.png

About

复杂环境下多种常见印章扫描件识别

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • HTML 0.6%