API Reference

Interface

IPdfTableDetectionStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Detects table candidates before general page segmentation.

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<PdfUnderstandingTableCandidate> DetectTables(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingLine> lines) #
Returns: IReadOnlyList<PdfUnderstandingTableCandidate>

Returns table candidates and the source lines owned by each table.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine} requiredposition: 1