VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr Namespace / OcrFieldTemplate Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    OcrFieldTemplate Class
    In This Topic
    Contains information about template for field that can store typed text or handwritten digits.
    Object Model
    OcrEngineManager OcrEngineSettings OcrRecognitionRegionSplittingSettings OcrFieldTemplate
    Syntax
    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.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate
          Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr.OcrFieldTemplate

    Requirements

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

    See Also