Click or drag to resize

LibraryManagerSetDocumentAIModel Method

Sets the Document AI model for OCR based on the provided file path and language.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static void SetDocumentAIModel(
	string model_path,
	List<OCRLanguage> ocr_language
)

Parameters

model_path  String
Path to the Document AI model file.
ocr_language  ListOCRLanguage
The language for OCR processing..
See Also