Enum PageProcessingMode
Specifies how document pages are interpreted during document preparation.
public enum PageProcessingMode
Fields
Auto = 0Automatically selects a suitable mode per page based on page content and available capabilities.
TextExtraction = 1Extracts text from the page. OCR may be used for image-based content when available.
DocumentUnderstanding = 2Uses vision-based page understanding to better capture layout and structure for complex pages (e.g., scans, tables, multi-column layouts, and forms).