API Reference

Interface

IPdfSemanticClassificationStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Classifies ordered regions semantically.

Usage

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

Methods

public abstract IReadOnlyList<PdfUnderstandingSemanticElement> Classify(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingRegion> orderedRegions) #
Returns: IReadOnlyList<PdfUnderstandingSemanticElement>

Classifies the ordered regions.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
orderedRegions System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingRegion} requiredposition: 1