PageProcessingStageEnum
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
Name | Description |
---|---|
PPS_Analysis | Layout analysis. |
PPS_Export | Page export. |
PPS_Open | Image opening. |
PPS_Preprocess | Image preprocessing. |
PPS_Recognition | Page recognition. |
PPS_Synthesis | Document synthesis. |
PPS_UserUpdate | The IFRPage::Update method is called. |
Used in
7/3/2024 8:50:25 AM