Click or drag to resize

Tesseract5EngineConfigElementTesseract5Location Property

Gets an absolute path where Tesseract5 should unpack Atalasoft.Tesseract5.dll assembly.

Namespace:  Atalasoft.Shared
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string Tesseract5Location { get; }

Property Value

Type: String
Remarks

If this property doesn't set in config file, the "%TEMP%\Atalasoft\DotImage\<Version>\<Platform>" will be returned.

This property in config file can be either absolute path, or relative. All missed subfolders will be created automatically if application user has necessary permissions.

See Also