Table of Contents

Property EnableModelDownload

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

EnableModelDownload

Gets or sets a value indicating whether missing OCR dictionaries 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 dictionaries to be present locally. The default is true.

Remarks

When enabled, missing dictionaries are downloaded from https://huggingface.co/lm-kit/tessdata-fast on demand.

Share