Learn R Programming

decryptr (version 0.2.2)

decrypt: Break captchas

Description

Given one or more captchas and a model, returns the text that is supposed to break the captchas.

Usage

decrypt(captcha, model)

Arguments

captcha

The paths to one or more captchas or a list of captchas read with read_captcha() or a raw scalar - used for web API's.

model

Either a model, the path to a model or the name of a known model (see train_model() and load_model())