简体   繁体   中英

Simple Captcha Solver with Python

I'm reaching to you to get some help and advices on creating a "Captcha Solver" using python and any image detection to text package

This is an example of the captcha (it contains only 4 character and its always numbers): 在此处输入图像描述 在此处输入图像描述 在此处输入图像描述

I am not sure if I should use a complex solver with AI and CNN and Machine Learning or just something more simple but I feel like I can't find a good tutorial... Instread I just find compagnies selling a package of multiple captcha solving...

Thanks in any case for the time and advice,

Daniel

I have tried to use these:

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

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

https://github.com/cracker0dks/CaptchaSolver

I would recommend you use Tesseract or Tesseract.JS . You will find plenty of useful tutorials and articles on how to use Tesseract. you might wanna explore some additional Algorithms to reduce the noise in the image.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM