VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / OcrEngine Class / Binarization Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Binarization Property (OcrEngine)
    In This Topic
    Gets or sets a ChangePixelFormatToBlackWhiteCommand that is used for binarization of the source image before text recognition.
    Syntax

    Property Value

    null - source image will NOT be binarized before text recognition;
    not null - source image will be binarized before text recognition.
    Remarks

    Text recognition performance can be increased if image will not be binarized before text recognition but this may decrease the text recognition quality.

    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