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

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrChar : ITesseractOcrDocumentElement, 
	__ITesseractOcrCharPublicNonVirtuals

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.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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 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.
Top
See Also