Click or drag to resize
TesseractOcrChar Class
Represents a char in the document.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsTesseractOcrChar

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
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class TesseractOcrChar : ITesseractOcrDocumentElement

Return Value

Type: 

The TesseractOcrChar type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrChar
Initializes a new instance of the TesseractOcrChar 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 propertyBounds
Gets or sets the size and location of the char element, in pixels, relative to the document image page size
Public propertyCentroid
Gets the center point of the Bounds of the char element, in pixels, relative to the document image page size
Public propertyCharacter
Gets the character that represents the ocr char.
Public propertyChoices
Gets the collection of choices or alternatives for the current ocr char.
Public propertyConfidence
Gets the confidence the ocr char.
Public propertyIndex
Gets the index of this ocr char in the parent word.
Public propertyIsDropcap
Gets a value indicating whether the ocr char is Dropcap.
Public propertyIsSubscript
Gets a value indicating whether the ocr char is Subscript.
Public propertyIsSuperscript
Gets a value indicating whether the ocr char is Superscript.
Public propertyText
Gets the text of the ocr char.
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