Click or drag to resize

RecognitionLanguages.SupportedCharacters Method

This method allows you to check whether a given set of unicode characters can be recognized by the IproPlus or not.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool[] SupportedCharacters(
	ushort[] Characters
)

Parameters

Characters
Type:System.UInt16[]

Return Value

Type:Boolean[]
Remarks
The returned array of Boolean has the same size as the input character array.
See Also