VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    OCR: Prepare image for text recognition
    In This Topic
    Text recognition from an image with ideal quality does not require any pre-processing.
    Unfortunately most of real documents are far from ideal quality and require some pre-processing (noise removal, text orientation detecting, etc) before running recognition to get acceptable OCR results.

    VintaSoft Imaging .NET SDK and VintaSoft Document Cleanup .NET Plug-in offer the professional functionality for document image processing before running OCR. Here is a partial list of available functions:

    Depending on the image quality these commands can be used separately or simultaneously.

    OcrPreprocessingCommand can be used to simplify the code and use several image processing commands at the same time. This composite command unites some mostly used image processing commands intended to run before text recognition.