Click or drag to resize

Tesseract5EngineDispose Method (Boolean)

Releases the unmanaged resources used by the Tesseract5Engine and optionally releases the managed resources

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
protected override void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also