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.

PageAnalysisModeEnum enumeration constants specify different layout analysis modes.
typedef enum {
 PAM_DocumentConversion,
 PAM_TextOnly,
 PAM_TextExtraction
} PageAnalysisModeEnum;

Elements

NameDescription
PAM\_DocumentConversionThis analysis mode works best for documents with simple structure that mostly contain text.
PAM\_TextExtractionThis analysis mode works for documents with complex layouts, tables of various widths, and other objects of different types that must be retained during export. For example, this mode is suitable for invoices and purchase orders.
PAM\_TextOnlyThis constant is deprecated and will be deleted in future versions.

Used in

IPageAnalysisParams::AnalysisMode