The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Decaptcha::TextCaptcha - solve captchas from textcaptcha.com

SYNOPSIS

    use Decaptcha::TextCaptcha;

    my $answer = decaptcha $question;

DESCRIPTION

Solves captchas from textcaptcha.com. The solve rate is currently 100%.

FUNCTIONS

decaptcha

Given a question provided by textcaptcha.com, returns the answer or undef.

SEE ALSO

http://textcaptcha.com/

REQUESTS AND BUGS

Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=Decaptcha-TextCaptcha. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Decaptcha::TextCaptcha

You can also look for information at:

COPYRIGHT AND LICENSE

Copyright (C) 2013-2015 gray <gray at cpan.org>, all rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

gray, <gray at cpan.org>