OCRConfigurationLanguageCode Property

Gets or sets the primary language code of the source images. The list of language codes are defined in ocrdata_lang.xml but the specified language code must also have the corresponding training data file in the training_data sub folder.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public string LanguageCode { get; set; }

Property Value

String

See Also