API Reference

Interface

IPdfWordGroupingStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Groups decoded runs into words.

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<PdfUnderstandingWord> GroupWords(PdfUnderstandingPageContext context, IReadOnlyList<PdfTextSpan> runs) #
Returns: IReadOnlyList<PdfUnderstandingWord>

Groups decoded runs into word artifacts.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
runs System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfTextSpan} requiredposition: 1