Click or drag to resize

CPDFDocumentAITableRec Method

Table recognition.

Namespace: ComPDF_Conversion.DocumentAI
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static List<TableRecResult> TableRec(
	string image_path,
	out ErrorCode err
)

Parameters

image_path  String
The input image file path.
err  ErrorCode
ErrorCode indicating the success or failure of the operation.

Return Value

ListTableRecResult
Table recognition result.
See Also