Table of Contents

Property EnableModelDownload

Namespace
LMKit.Integrations.Tesseract
Assembly
LM-Kit.NET.dll

EnableModelDownload

Gets or sets a value indicating whether missing Tesseract traineddata files should be automatically downloaded.

public bool EnableModelDownload { get; set; }

Property Value

bool

true to enable automatic downloading from the Hugging Face repository; false to require all traineddata files to be present locally. The default is true.

Remarks

When enabled, missing traineddata files are downloaded from https://huggingface.co/lm-kit/tessdata-best on demand.