Click or drag to resize
TesseractOcrOnBeforeRecognitionEventHandler Delegate
Represents the method that will handle the OnBeforeRecognition 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 TesseractOcrOnBeforeRecognitionEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrBeforeRecognitionEventArgs e
)

Parameters

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