OcrEngineOnPageProgress Method |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected virtual void OnPageProgress(
OcrPageProgressEventArgs e
)
Protected Overridable Sub OnPageProgress (
e As OcrPageProgressEventArgs
)
Parameters
- e
- Type: Atalasoft.OcrOcrPageProgressEventArgs
OcrPageProgressEventArgs represents information about progress within OCR processing on a page..
See Also