Is it possible to read captcha images programatically ? i'm marking this question in perl & php section as of now.
The point to captcha images is to come up with something that is not machine-readable (easily, at least), so as to prevent script kiddies, poorly behaved robots, and malicious hackers from wreaking havoc on a site's infrastructure. While there are plenty of solutions for creating captcha images with Perl, there ought not be any for reading them.
There is a module, WebService::Antigate which uses an external source to analyze the captcha, but doing so would almost certainly violate the TOS for the target site. That could (and probably should) get you into trouble at some point. Proceed with caution, and be sure to obtain prior authorization (good luck with that!) :)
Yes, but the point of Captcha is not to allow users to do just that.
精彩评论