Skip to main content
PageProcessingStageEnum enumeration constants are used to denote the stage of image processing.
typedef enum {
 PPS_Open,
 PPS_Preprocess,
 PPS_Analysis,
 PPS_Recognition,
 PPS_Synthesis,
 PPS_Export,
 PPS_UserUpdate
} PageProcessingStageEnum;

Elements

NameDescription
PPS\_AnalysisLayout analysis.
PPS\_ExportPage export.
PPS\_OpenImage opening.
PPS\_PreprocessImage preprocessing.
PPS\_RecognitionPage recognition.
PPS\_SynthesisDocument synthesis.
PPS\_UserUpdateThe IFRPage::Update method is called.

Used in

IFRDocumentEvents::OnPageProcessed IFRPageEvents::OnPageProcessed