Click or drag to resize
TesseractOcrJobResponsePage Class
The page related data of the ocr job
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsTesseractOcrJobResponsePage

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 TesseractOcrJobResponsePage : IDisposable

The TesseractOcrJobResponsePage type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrJobResponsePage
Initializes a new instance of the TesseractOcrJobResponsePage class.
Top
Methods
  NameDescription
Public methodDispose
Finalizes an instance of the TesseractOcrJobResponsePage class.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TesseractOcrJobResponsePage and optionally releases the managed resources
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.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDocument
Gets the Document that allows programatic access to the ocr document page in a structured way.
Public propertyEllapsedTime
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
Public propertyOrientationAndScript
Gets the orientation and script detected in the page.
Public propertyPageIndex
Gets the page index of the processed document.
Public propertyProcessedImage
Gets the page image used internally by the ocr engine.
Public propertyText
Gets the text of the document page.
Top
See Also