API Reference
Interface
IPdfPageSegmentationStage
Segments page lines into regions.
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
Methods
public abstract IReadOnlyList<PdfUnderstandingRegion> Segment(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingLine> lines) #Returns:
IReadOnlyList<PdfUnderstandingRegion>Segments lines into page regions.
Parameters
- context OfficeIMO.Pdf.PdfUnderstandingPageContext
- lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine}