CPDFConverterSetOCRModelPath Method

Sets the folder path of OCR models.

Definition

Namespace: ComPDFKit_Conversion.Converter
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public static void SetOCRModelPath(
	string ocrModelPath
)

Parameters

ocrModelPath  String
The file path of the OCR model

See Also