Table of Contents

Property Languages

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Languages

Gets or sets an optional list of Language values specifying which languages the OCR engine should recognize. When null, the engine uses its configured default.

public IList<Language> Languages { get; set; }

Property Value

IList<Language>
Share