Click or drag to resize
TesseractOcrJobProgressEventHandler Delegate
Represents the method that will handle the Ocr Progress Event

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 delegate void TesseractOcrJobProgressEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrJobProgressEventArgs e
)

Parameters

sender
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrEngine
The sender.
e
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrJobProgressEventArgs
Holds data related to the Ocr Progress Event.
See Also