Click or drag to resize

DocumentFilter Property

This property is used to narrow the Language environment (the sum of RecognitionLanguages and LanguagePlus enabled characters). Available values are listed under the CHR_FILTER Enumeration topic.

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

Property Value

Type: CHR_FILTER
Remarks

The "Disjunct" values are bit field values and can be combined in any combination using the OR operator. The "Pre-defined" values are typical combinations. FILTER_PLUS and FILTER_USER_DICT are bit field values and are combined with the above using the OR operator to enable the use of the filter plus characters and the selected section of the user dictionary.

The default value of this setting is FILTER_ALL, i.e. by default the Language environment will not be restricted. This document-level property can be overridden for particular UserZones if you specify a different setting in the Filter property of the particular UserZone object. This setting will be applied for all UserZone objects with the FILTER_DEFAULT value in their Filter property.

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

Changing this property will set the Modified property to True.

See Also