Property ocr.engine
Overload
Gets or sets the default OCR engine.
public static IOcrEngine engine { get; set; }
Property Value
Remarks
If not set, the get
function returns a static OcrWin10 object. To use another OCR engine, create and assign an object of type OcrWin10, OcrTesseract, OcrGoogleCloud, OcrMicrosoftAzure or other class that implements IOcrEngine.