Click or drag to resize

Tesseract5Engine Constructor (String)

Initializes a new instance of the Tesseract5Engine class with the customer specified OcrResources directory

Namespace:  Atalasoft.Ocr.Tesseract
Assembly:  Atalasoft.dotImage.Ocr.Tesseract5 (in Atalasoft.dotImage.Ocr.Tesseract5.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Tesseract5Engine(
	string resources
)

Parameters

resources
Type: SystemString
The path to your OcrResources directory.
See Also