Click or drag to resize

IOcrLineAccessor Interface

IOcrLineAccessor defines an interface for accessing data elements for a line of text.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IOcrLineAccessor

The IOcrLineAccessor type exposes the following members.

Properties
  NameDescription
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 propertyLine
This property is used for setting the OcrLine that this accessor is attached to.
Public propertyText
Returns the text of the line as a string.
Top
Methods
  NameDescription
Public methodGetConfidenceAt
Get the confidence of recognition at a particular point in a line of text.
Public methodGetFontAt
Get the Font of a glyph at a particular point in a line of text.
Public methodGetFontColorAt
Returns the color of the glyph at the position in a line of text.
Public methodGetFontFamilyAt
Get the FontFamily at a particular point in a line of text.
Public methodGetFontNameAt
Returns the name of the font used for the glyph at the specified position in the line.
Public methodGetFontSizeAt
Get the font size of a glyph at a particular point in a line of text.
Public methodGetFontStyleAt
This property represents the FontStyle of a glyph at a particular point in a line.
Public methodStyleIsUniform
Check to see if the font and style are uniform across this line of text.
Top
See Also