Link Search Menu Expand Document

TableDetector2FindTables Method (IListInt32)

Detects tables in the document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public DetectedTableList FindTables(
	IList<int> pageIndices
)

Parameters

pageIndices
Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.

Return Value

Type: DetectedTableList
List of detected tables.
See Also

Reference