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.

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

NameDescription
PSDM\_AutoThe area will be defined automatically and can be significantly smaller than the original image.
PSDM\_UnknownThere 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\_CloseToImageSizeThe 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

PageAnalysisParams::PaperSizeDetectionMode