load_model: Load a captcha-breaking 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)