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

NAME

Pcore::API::AntiCaptcha

SYNOPSIS

    use Pcore::API::AntiCaptcha;

    my $image = P->file->read_bin('captcha.png');

    my $api = Pcore::API::AntiCaptcha->new( api_key => '...' );

    my $captcha = $api->new_image_captcha($image);

    say dump $captcha->resolve;

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO