TableDetector2FindTables Method (IListInt32)ByteScout PDF Extractor SDK
Detects tables in the document.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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