Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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