CPDFDocumentAIOcr(String, ErrorCode) Method
|
Ocr.
Namespace: ComPDF_Conversion.DocumentAIAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic 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
ListOCRResultOCR Result.
See Also