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
trueto enable automatic downloading from the Hugging Face repository;falseto require all dictionaries to be present locally. The default istrue.
Remarks
When enabled, missing dictionaries are downloaded from
https://huggingface.co/lm-kit/tessdata-fast on demand.