Click or drag to resize

IOcrWordAccessor Interface

IOcrWordAccessor defines an interface for accessing data elements for a word.

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 IOcrWordAccessor

The IOcrWordAccessor 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 word in pixels relative to the source image.
Public propertyConfidence
This property represents the confidence of recognition of the entire word.
Public propertyText
Returns the text of the word as a string.
Public propertyWord
This property is used for setting the OcrWord that this accessor is attached to.
Top
Methods
  NameDescription
Public methodGetConfidenceAt
Get the confidence of recognition at a particular point in a line.
Public methodGetFontAt
Get the Font of a glyph at a particular point in a line of text.
Public methodGetFontColorAt
Returns the name of the font used for the glyph at the specified position in the word.
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 word.
Public methodGetFontSizeAt
Get the font size of a glyph at a particular point in a word of text.
Public methodGetFontStyleAt
This property represents the FontStyle of a glyph at a particular point in a word.
Public methodStyleIsUniform
Check to see if the font and style are uniform across this word of text.
Top
See Also