VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / OcrEngineManager Class / Recognize Methods
In This Topic
    Recognize Method (OcrEngineManager)
    In This Topic
    Overloaded. Recognizes text in the whole image and returns the result as .
    Overload List
    OverloadDescription
    Recognizes text in the whole image and returns the result as OcrPage.
    Recognizes text in image regions and returns the result as OcrPage.
    Recognizes text in image regions and returns the result as OcrPage.
    Recognizes text in images and returns the result as OcrDocument.
    Recognizes text in images or regions of images and returns the results as an array of OcrPage.
    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