Click or drag to resize
TesseractOcrBlock Class
Represents a block of text, that contains paragraphs. Typicaly represents a region of text in the document.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrBlock

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 TesseractOcrBlock : ITesseractOcrDocumentElement, 
	__ITesseractOcrBlockPublicNonVirtuals

The TesseractOcrBlock type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrBlock
Initializes a new instance of the TesseractOcrBlock 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 block element, in pixels, relative to the document image page size
Public propertyIndex
Gets the Index of the block in the parent collection.
Public propertyOrientation
Gets the text Orientation of the block.
Public propertyParagraphs
Gets the collection of Paragraphs that form the block.
Public propertyText
Gets the Text string that is inside the block.
Top
See Also