ClassTesseractEnviornment
Class
Provides a way to set environment variables for the Tesseract and Leptonica libraries.
Definition
Namespace:Tesseract
Assembly:Telerik.Windows.Documents.TesseractOcr.dll
Syntax:
cs-api-definition
public static class TesseractEnviornment
Inheritance: objectTesseractEnviornment
Properties
CustomSearchPath
Gets or sets a search path that will be checked first when attempting to load the Tesseract and Leptonica dlls.
Declaration
cs-api-definition
public static string CustomSearchPath { get; set; }
Property Value
Remarks
This search path should not include the platform component as this will automatically be appended to the string based on the detected platform.
LeptonicaUnixLibName
The name of the Tesseract library on the system.
Declaration
cs-api-definition
public static string LeptonicaUnixLibName { get; set; }
Property Value
TesseractUnixLibName
The name of the Leptonica library on the system.
Declaration
cs-api-definition
public static string TesseractUnixLibName { get; set; }
Property Value