Skip to content

由 Python 编写的超级简单的不怎么靠谱的验证码识别系统。

License

Notifications You must be signed in to change notification settings

lc6464/identification-codes-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

图形验证码识别系统

  • 由 Python 编写
  • 超级简单
  • 不怎么靠谱
  • 不建议用于生产环境

原理

  • 使用 PIL 处理验证码图片
  • 使用 OCR 方式识别验证码
    • pytesseract

文件

  • program.py:程序文件
    • class GetCode
    • dict headers
    • 75行在生产环境下请删除或注释掉
  • test.py:测试文件