Page.Characters Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void Characters( [OptionalAttribute] Object OCRZoneIndex, [OptionalAttribute] Object CellNumber, out Characters Characters )
It provides efficient access to the recognition result for the page as a collection of Character objects.
The returned character snapshot can be filtered by the optional numeric parameters. The OCRZoneIndex indicates that the characters within the specified OCR zone are requested. If OCRZoneIndex defines a table type zone, you can use the CellNumber parameter to query characters located in a particular table cell, which is the CellNumber index cell in the OCRZone's TableCells collection. If the filter parameters are -1 or undefined, the returned set is not restricted by filtering. If the referred zone or table cell does not exist, a trappable error occurs.