Click or drag to resize

PdfFocusCOCROptionsOcrResourcePath Property

Gets and sets a path to tessdata folder. Default: ".\tessdata".

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.18
Syntax
public string OcrResourcePath { 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