Click or drag to resize

DocumentRecognize Method

This method recognizes one or more document pages.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Recognize(
	[OptionalAttribute] Object Pages
)

Parameters

Pages (Optional)
Type: SystemObject
Remarks

Pages is an optional parameter of type RUNPAGE.

Available values are listed in the description of the ImagePreprocess method. If the Pages parameter is unspecified, all document pages are processed.

The recognition result depends on the DefaultFillingMethod, DefaultRecognitionModule, RecognitionLanguages, Filter, FilterPlus, HNRStyle, HNRBoxWidth, HNRBoxHeight, HNRBoxSpace, HNRSpaceIncluded, TradeOff, OMRFill, OMRFrame, OMRSensitivity, RetainColors, Check, Correction, SpellLanguage, VerticalDictionaries properties and on the training data and user dictionary settings.

All pages being processed are subject to automatic preprocessing if it is not already done. Auto-zoning is also invoked automatically if there are no OCR zones. Auto-zoning alters the OCRZones and UserZones collection. The recognition process updates the content of the Characters collection to reflect the results. After recognition, the Recognized property of the Page object is set to True. All properties of the Statistics object are recalculated.

Calling this method sets the Modified property to True.

See Also