Click or drag to resize

RecognitionLanguageEnabled Property

This property is used to get or set the enabled state of a single language.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
Remarks

If enabled, the language will be validated for recognition. By default, only the English language is validated for recognition.

Support for LANG_JPN, LANG_CHS, LANG_CHT and LANG_KRN are introduced in this CSDK release. In contrast to other languages, they do not support multiple selection.

See Also