API Reference

Class

PdfUnderstandingPageResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

All intermediate and final artifacts for one page.

Inheritance

  • Object
  • PdfUnderstandingPageResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Int32 PageNumber { get; } #

One-based source page number.

public IReadOnlyList<PdfTextSpan> DecodedRuns { get; } #

Decoded text runs.

public IReadOnlyList<PdfUnderstandingWord> Words { get; } #

Grouped words.

public IReadOnlyList<PdfUnderstandingLine> Lines { get; } #

Grouped lines.

public IReadOnlyList<PdfUnderstandingRegion> Regions { get; } #

Page-segmentation regions.

public IReadOnlyList<PdfUnderstandingRegion> ReadingOrder { get; } #

Regions in inferred reading order.

public IReadOnlyList<PdfReadingOrderEvidence> ReadingOrderEvidence { get; } #

Confidence and evidence for every inferred reading-order position.

public IReadOnlyList<PdfUnderstandingSemanticElement> Elements { get; } #

Semantically classified ordered regions.

public IReadOnlyList<PdfUnderstandingStageTrace> Trace { get; } #

Stage execution trace.