API Reference
Class
PdfUnderstandingPageResult
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
- Property PdfLogicalPage.Analysis
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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<PdfUnderstandingTableCandidate> TableCandidates { get; } #Tables recovered before general page segmentation.
public IReadOnlyList<PdfImagePlacement> ImagePlacements { get; } #Image placement invocations recovered once for semantic analysis and logical projection.
public IReadOnlyList<PdfUnderstandingImageRegion> ImageRegions { get; } #Positioned image regions and their evidence-backed caption associations.
public IReadOnlyList<PdfUnderstandingStageTrace> Trace { get; } #Stage execution trace.