Click or drag to resize

OcrPageProgressEventArgsStage Property

This property represents the current stage of processing.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OcrPageStage Stage { get; }

Property Value

Type: OcrPageStage
Remarks
The OcrPageStage enumeration represents the possible things that an OcrEnginemight do, not the things that an OcrEnginewill do. You should never assume that any given engine will send all or any particular OcrPageStage value or that they will be sent in any particular order. Instead, this should only by interpreted as an indication of what the engine just did or is in the process of doing.
See Also