使用 Python 的简单验证码求解器

问题描述 投票:0回答:2

我向您寻求帮助和建议,以获取有关使用 python 和任何图像检测到文本包创建“验证码求解器”的帮助和建议

这是验证码的示例(它仅包含 4 个字符且始终为数字): enter image description hereenter image description hereenter image description here

我不确定我是否应该使用带有人工智能、CNN 和机器学习的复杂解算器,或者只是更简单的东西,但我觉得我找不到一个好的教程......相反,我只是找到出售多个验证码包的公司解决...

无论如何,感谢您的时间和建议,

丹尼尔

我尝试过使用这些:

https://github.com/ptigas/simple-captcha-solver

https://gist.github.com/lobstrio/8010d0a21c48b8c807f0c3820467ee0c

https://github.com/cracker0dks/CaptchaSolver

python captcha python-tesseract
2个回答
2
投票

我建议您使用TesseractTesseract.JS。您会发现大量有关如何使用 Tesseract 的有用教程和文章。您可能想探索一些额外的算法来减少图像中的噪声。


0
投票

[总结][1]

[减法][2]

可以解决这种类型的验证码吗? [1]:https://i.sstatic.net/Yf5WnPx7.jpg [2]:https://i.sstatic.net/CUvSQ6Fr.jpg

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.