API Reference
Interface
IPdfTableDetectionStage
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.
Returned or exposed by
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
- lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine}