Click or drag to resize

OcrLine Properties

The OcrLine type exposes the following members.

Properties
  NameDescription
Public propertyAccessor
This property provides the IOcrLineAccessor associated with this object.
Public propertyBaseline
This property represents the baseline of the text in pixels relative to the source image.
Public propertyBounds
This property represents the bounding box of the line in pixels relative to the source image.
Public propertyConfidence
This property represents the confidence of recognition of the entire line.
Public propertyText
Returns the text of the line as a string.
Public propertyTextKind
The Kind of text for the OcrLine. MachinePrint, HandPrint, Any. OcrTextKind
Public propertyWords
Gets an OcrWordCollection representing the words that make up this line of text.
Top
See Also