There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Pcore::API::anticaptcha

SYNOPSIS

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

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

$captcha->solve;

# solved
if ($captcha) {

    # verify captcha

    if (!$is_ok) {
        $captcha->report;
    }
}

# not solved
else {

    # get new captcha
}

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO