PageSplitTypeEnum
PageSplitTypeEnum enumeration constants describe the types of pages that can be split by means of ABBYY FineReader Engine.
typedef enum {
PST_None,
PST_DoublePageSplit,
PST_BusinessCardSplit
} PageSplitTypeEnum;
Elements
Name | Description |
---|---|
PST_BusinessCardSplit | The page containing multiple business cards should be split. |
PST_DoublePageSplit | A double-page spread should be split. |
PST_None | The page should not be split. |
Used in
03.07.2024 8:50:25