PageTypeEnum
PageTypeEnum enumeration constants are used to designate the types of pages.
typedef enum {
PT_Unknown,
PT_Delimeter,
PT_MeetsDocumentDefinition,
PT_Attachment
} PageTypeEnum;
Elements
Name | Description |
---|---|
PT_Unknown | Unknown page type. |
PT_Delimeter | Documents delimiter. This is usually an empty page or a page with barcode which was used for image grouping. |
PT_MeetsDocumentDefinition | Analyzed page for which some page definition was applied. |
PT_Attachment | Annex page. This page does not contain fields, but is included in document assembly. No data is extracted from these pages, but they may be saved as images or PDF searchable files. |
Used in
15.08.2023 13:19:30