Table of Contents

Enum PageProcessingMode

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

Specifies how document pages are interpreted during document preparation.

public enum PageProcessingMode

Fields

Auto = 0

Automatically selects a suitable mode per page based on page content and available capabilities.

TextExtraction = 1

Extracts text from the page. OCR may be used for image-based content when available.

DocumentUnderstanding = 2

Uses vision-based page understanding to better capture layout and structure for complex pages (e.g., scans, tables, multi-column layouts, and forms).