VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr Namespace / OcrFieldTemplate Class / OcrEngineManager Property
Syntax Remarks Requirements SeeAlso
In This Topic
    OcrEngineManager Property (OcrFieldTemplate)
    In This Topic
    Gets or sets the static instance of OCR engine manager that should be used for OCR recognition.
    Syntax
    'Declaration
    
    Public Shared Property OcrEngineManager As Vintasoft.Imaging.Ocr.OcrEngineManager
    
    
    public static Vintasoft.Imaging.Ocr.OcrEngineManager OcrEngineManager { get; set; }
    
    
    public: __property static Vintasoft.Imaging.Ocr.OcrEngineManager* get_OcrEngineManager();
    public: __property static void set_OcrEngineManager(
    Vintasoft.Imaging.Ocr.OcrEngineManager* value
    );

    Property Value

    The OCR engine manager.
    Remarks

    Important: Value of the OcrEngineManager property must be set to not null value (set an OCR engine, which template must use for text recognition) before using this template for field recognition.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also