LibraryManagerSetDocumentAIModel Method
|
Sets the Document AI model for OCR based on the provided file path and language.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic 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