Click or drag to resize

CPDFDocumentAIOcr(String, ErrorCode) Method

Ocr.

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<OCRResult> Ocr(
	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

ListOCRResult
OCR Result.
See Also