Click or drag to resize
TesseractOcrJobProgressEventArgs Properties

The TesseractOcrJobProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Provides a way to cancel the Ocr job at any time
Public propertyJobName
The name of the job that triggered the event
Public propertyOcrPhase
The progress ocr phase of the job that triggered the event
Public propertyPageIndex
Gets the document page index related to the event.
Public propertyPercent
The progress percent value of the job that triggered the event
Public propertyTotalPages
Gets the document total pages related to the event..
Top
See Also