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