ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / OCR / Getting Started with ImageGear OCR
In This Topic
    Getting Started with ImageGear OCR
    In This Topic

    OCR Samples and Tutorials

    Our suite of OCR samples will help you get started using ImageGear’s OCR capabilities.

    This section also provides step-by-step OCR tutorials, which show you how to create a new ImageGear project using the OCR component:

    ImageGear.OCR Namespace

    The ImageGear.OCR namespace allows you to import images to OCR. It also allows for defined character sets, working with zones, and pre-processing an image.

    The ImageGear.OCR namespace provides full multi-threaded OCR and improved accuracy with checking.

    To enable the ImageGear.OCR namespace in your project, specify the following directive:

    C#
    Copy Code
    using ImageGear.OCR;
    
    VB.NET
    Copy Code
    Import ImageGear.OCR
    

    OCR Dependencies

    Nuget packages make it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. See NuGet Packages for more information.

     

    See Also