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.

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

NameDescription
PST\_BusinessCardSplitThe page containing multiple business cards should be split.
PST\_DoublePageSplitA double-page spread should be split.
PST\_NoneThe page should not be split.

Used in

FRDocument::SplitPages PagePreprocessingParams