Click or drag to resize

OmniPageEngineInitialize Method

Initialize the engine.

Namespace:  Atalasoft.Ocr.OmniPage
Assembly:  Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public override void Initialize()
Remarks
This is an abstract method and must be implemented by a subclass of OcrEngine. Not every engine will perform an action in this method.
See Also