Click or drag to resize

PageRemoveLines Method

Calling this method removes the vertical and horizontal lines from the II_BW image and returns them as a RemovedLines collection.

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

Parameters

RemovedLines
Type: Kofax.OmniPageCSDK.IproPlusRemovedLines
Remarks

If the BW image does not exist, calling this method automatically creates it. The lines found are physically removed from the BW image. Calling this method repeatedly usually returns empty collections from subsequent calls.

This method clears the existing zone location and recognition results, if any. The OCRZones and Characters collections are cleared, the CharNum, WordNum, RejectedCharNum, PreprocTime, RecognitionTime and FullRecognitionTime properties of the Statistics object is set to zero. The Recognized property is set to False.

Calling this method sets the Document object's Modified property to True.

See Also