Click or drag to resize
TesseractOcrEngineShutdownEngine Method
Close down the engine and free up all memory.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public void ShutdownEngine()
Remarks

ShutdownEngine() is equivalent to destructing and reconstructing your instance.

Once ShutdownEngine() has been used, none of the other functions may be used other than InitializeEngine(String, String) and anything declared above it in the class definition.

See Also