Tesseract.tess_read_configFunction
tess_read_config(
    inst::TessInst,
    filename::AbstractString
)::Nothing

Load configuration settings from a file into the Tesseract instance.

Arguments:

TNameDefaultDescription
RinstThe Tesseract instance to load the settings into.
RfilenameThe name of the file to load the settings from.

See also: tess_read_debug_config

source