Table of Contents

Property PageElement

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

PageElement

Gets the underlying PageElement, which encapsulates all of the layout information for this OCR result—page dimensions (width, height), rotation, skew—and the full collection of TextElement instances.

[JsonIgnore]
public PageElement PageElement { get; }

Property Value

PageElement