VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
In This Topic
    VintaSoft OCR .NET Plug-in: API changes in version 12.5
    In This Topic

    New assembly Vintasoft.Imaging.Ocr.ML.dll

    Vintasoft.Imaging.Ocr.ML.dll - contains classes for recognition of handwritten digits using neural network.


    API changes in Vintasoft.Imaging.Ocr.dll

    Changed classes:

    Vintasoft.Imaging.Ocr. OcrEngine
    Added properties
    public Vintasoft.Imaging.Ocr. OcrEngineType EngineType { get ; } Gets the type of the OCR engine.


    Vintasoft.Imaging.Ocr. OcrEngineManager
    Added methods
    public Vintasoft.Imaging.Ocr. OcrLanguage [] GetSupportedLanguages(Vintasoft.Imaging.Ocr. OcrEngineType) Returns an array of languages, which can be recognized by specified OCR engine type.
    public bool IsEngineTypeSupported(Vintasoft.Imaging.Ocr. OcrEngineType) Returns a value indicating whether this manager supports OCR engines of specified type.


    Vintasoft.Imaging.Ocr. OcrEngineSettings
    Added properties
    public string CharWhiteList { get ; set ; } Gets or sets the whitelist of characters in recognized text.
    public Vintasoft.Imaging.Ocr. OcrEngineType EngineType { get ; } Gets the type of OCR engine.


    New enumerations:

    public enum Vintasoft.Imaging.Ocr. OcrEngineType Specifies available types of OCR engine.