Class TesseractEnviornment
Provides a way to set environment variables for the Tesseract and Leptonica libraries.
Inheritance
Inherited Members
Namespace: Tesseract
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public static class TesseractEnviornment
Properties
CustomSearchPath
Gets or sets a search path that will be checked first when attempting to load the Tesseract and Leptonica dlls.
Declaration
public static string CustomSearchPath { get; set; }
Property Value
|
System.String
|
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
public static string LeptonicaUnixLibName { get; set; }
Property Value
|
System.String
|
TesseractUnixLibName
The name of the Leptonica library on the system.
Declaration
public static string TesseractUnixLibName { get; set; }
Property Value
|
System.String
|