Click or drag to resize

DocumentGetRecognitionLanguages Method

This property returns the collection of available recognition languages that can be switched on/off independently.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetRecognitionLanguages(
	out RecognitionLanguages RecognitionLanguages
)

Parameters

RecognitionLanguages
Type: Kofax.OmniPageCSDK.IproPlusRecognitionLanguages
Remarks

The recognizable characters can be increased with additional characters by using the LanguagePlus property, and can be narrowed by using the Filter property.

By default, only the English language is used for recognition (enabled).

The Recognize method of the Document or Page objects use this setting.

See Also