TableDetector2FindTablesJSON Method (Int32)ByteScout PDF Extractor SDK
Detects tables in the document and returns them in JSON format.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public string FindTablesJSON(
	int pageIndex = -1
)

Parameters

pageIndex (Optional)
Type: SystemInt32
Page index (zero-based). Set -1 to find tables in the entire document.

Return Value

Type: String
JSON string.
See Also

Reference