PaperSizeDetectionModeEnum
PaperSizeDetectionModeEnum enumeration constants are used to indicate if the whole preprocessed image can contain information for further analysis.
typedef enum {
PSDM_Auto,
PSDM_Unknown,
PSDM_CloseToImageSize
} PaperSizeDetectionModeEnum;
Elements
Name | Description |
---|---|
PSDM_Auto | The area will be defined automatically and can be significantly smaller than the original image. |
PSDM_Unknown | There is no predefined information about significant image area. The area that will be defined for analyzing can be significantly smaller than the original image. |
PSDM_CloseToImageSize | The whole image can contain information for analysis. The area that will be defined for analyzing must not be significantly smaller than the original image. |
Used in
7/3/2024 8:50:25 AM