Learn R Programming

decryptr (version 0.2.2)

load_model: Load a captcha-breaking model

Description

This function can either access the models saved in decryptrModels::models or in a local file create by the user with train_model().

Usage

load_model(model, labs = c(0:9, base::letters))

Arguments

model

Either the path to a serialized file or the name of a known model

labs

A character vector with all the labels the model could possibly output (necessary when loading a homemade model)

See Also

decryptrModels::models