Link Search Menu Expand Document

TableDetector2FindTablesJSON Method (Int32)

Detects tables in the document and returns them in JSON format.

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