Click or drag to resize
ITesseractOcrDocumentElement Interface
Provides common properties accross document elements

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 interface ITesseractOcrDocumentElement

The ITesseractOcrDocumentElement type exposes the following members.

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 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