VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft OCR .NET Plug-in: Changes in version 8.2
    In This Topic

    Changes in Vintasoft.Imaging.Ocr.dll

    Changed classes:

    Vintasoft.Imaging.Ocr.OcrEngineManager
    Added properties
    public Vintasoft.Imaging.Ocr.OcrLanguage[] SupportedLanguages { get; } Gets an array of supported languages for recognition.
    Changed constructors
    public void OcrEngineManager(Vintasoft.Imaging.Ocr.OcrEngine, Vintasoft.Imaging.Ocr.OcrEngineSettings) public void OcrEngineManager(Vintasoft.Imaging.Ocr.OcrEngine)
    Changed methods
    public Vintasoft.Imaging.Ocr.Results.OcrPage Recognize(Vintasoft.Imaging.VintasoftImage, System.Collections.Generic.IEnumerable<Vintasoft.Imaging.ImageProcessing.Info.ImageRegion>) public Vintasoft.Imaging.Ocr.Results.OcrPage Recognize(Vintasoft.Imaging.VintasoftImage, Vintasoft.Imaging.Ocr.OcrEngineSettings, System.Collections.Generic.IEnumerable<Vintasoft.Imaging.ImageProcessing.Info.ImageRegion>)
    public Vintasoft.Imaging.Ocr.Results.OcrPage Recognize(Vintasoft.Imaging.VintasoftImage, System.Collections.Generic.IEnumerable<Vintasoft.Imaging.Ocr.RecognitionRegion>) public Vintasoft.Imaging.Ocr.Results.OcrPage Recognize(Vintasoft.Imaging.VintasoftImage, Vintasoft.Imaging.Ocr.OcrEngineSettings, System.Collections.Generic.IEnumerable<Vintasoft.Imaging.Ocr.RecognitionRegion>)

    Vintasoft.Imaging.Ocr.OcrEngineSettings
    Added constructors
    public void OcrEngineSettings(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Initializes a new instance of the Vintasoft.Imaging.Ocr.OcrEngineSettings class.
    Added methods
    public System.Object Clone() Creates a new object that is a copy of the current Vintasoft.Imaging.Ocr.OcrEngineSettings instance.
    public void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Populates a SerializationInfo with the data needed to serialize the target object.



    Changes in Vintasoft.Imaging.Ocr.Tesseract.dll

    Changed classes:

    Vintasoft.Imaging.Ocr.Tesseract.TesseractOcrSettings
    Added constructors
    public void TesseractOcrSettings(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Initializes a new instance of the Vintasoft.Imaging.Ocr.Tesseract.TesseractOcrSettings class.
    Added methods
    public System.Object Clone() Creates a new object that is a copy of the current Vintasoft.Imaging.Ocr.Tesseract.TesseractOcrSettings instance.
    public void GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Populates a SerializationInfo with the data needed to serialize the target object.