Click or drag to resize

CPDFDocumentAIOcr(Byte, 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(
	byte[] data,
	out ErrorCode err
)

Parameters

data  Byte
The input image data.
err  ErrorCode
ErrorCode indicating the success or failure of the operation.

Return Value

ListOCRResult
OCR Result.
See Also