PdfFocusCOCROptionsOcrResourcePath Property |
Gets and sets a path to tessdata folder. Default: ".\tessdata".
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.18
Syntaxpublic string OcrResourcePath { get; set; }
Public Property OcrResourcePath As String
Get
Set
Property Value
String
Remarks
Before executing, download the required language file from the link: https://github.com/tesseract-ocr/tessdata/tree/main
Place the file in a folder convenient for you and specify the path to it.
See Also