Click or drag to resize
TesseractOcrWord Class
Represents a text word with several properties such as word characters, bounds, text, etc...
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsTesseractOcrWord

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class TesseractOcrWord : ITesseractOcrDocumentElement

The TesseractOcrWord type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrWord
Initializes a new instance of the TesseractOcrWord class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyBlanks
Gets the total of blank chars present in the word
Public propertyBounds
Gets or sets the size and location of the document element, in pixels, relative to the document image page size
Public propertyCentroid
Gets the central point of the word element bounds relative to the page size.
Public propertyChars
Gets the collection of all the Chars of the word.
Public propertyConfidence
Gets the Confidence of the word.
Public propertyElementProperties
Gets the properties of the word.
Public propertyFontAttributes
Gets the Font attributes of the word.
Public propertyIndex
Gets the Index of the word in the parent container.
Public propertyIsFromDictionary
Gets a value indicating whether the word comes from the language dictionary.
Public propertyIsNumeric
Gets a value indicating whether the word is composed only of numeric chars.
Public propertyLineIndex
Gets the index of this word related to the parent element container.
Public propertyText
Gets the Text string of the word.
Public propertyTextSelectionLength
Gets the length of the element text
Public propertyTextSelectionStart
Gets the starting point of the element text in the document text
Top
See Also