Skip to content

iChenwin/pytesseractID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用 pytesseract 识别 18 位身份证号

项目调用 OpenCV 对图片进行预处理,裁剪出包含身份证号码的部分,然后调用 pytesseract 识别出号码。

版本

Python 2.7.13

依赖库

PIL
pytesseract
tesseract    3.05.01
numpy        1.13.1

运行

将身份证照片拷贝至项目文件夹下,执行: python IDtesseract.py 1.jpg

About

使用 pytesseract ocr 识别 18 位身份证号

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages