Table of Contents

Property PageElement

Namespace
LMKit.Document.Conversion
Assembly
LM-Kit.NET.dll

PageElement

Gets the structured layout extracted for this page: its TextElements with their geometry (positions and bounding boxes) arranged in the page's reading structure.

public PageElement PageElement { get; }

Property Value

PageElement

Remarks

This is the same PageElement the converter used to produce Markdown. For the OCR and vision strategies the recognized content is projected back into this layout, so it reflects the final text the page contributed (verbatim text layer plus any OCR/VLM result).

It is exposed so callers can drive layout-aware processing - search highlighting, mapping text back to page coordinates, reading-order analysis, or re-rendering - without re-extracting the page. Geometry is expressed in the TextElement coordinate convention.

Share