ImageGear .NET - Updated
Getting Started with ImageGear OCR
User Guide > How to Work with... > OCR > Getting Started with ImageGear OCR
This section provides information about the following:

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.Recognition Namespace

The ImageGear.Recognition 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.Recognition namespace provides full multi-threaded OCR and improved accuracy with checking.

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

Copy Code
using ImageGear.Recognition;

OCR Dependencies

You can use our NuGet packages to ensure you have met all required dependencies or run the Deployment Packaging Wizard (DPW) specifying the exact dependencies needed.

NuGet Packages

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.

Deployment Packaging Wizard

  1. To ensure that you have all the required library files, please run the DPW  located at …\Accusoft\ImageGear.NET v24\Licensing\Deployment \DPW.exe or navigate to Start menu >All Programs > Accusoft > ImageGear .NET v24 > Deployment Kit > Deployment Packaging Wizard. For more information, see Package Your Dependencies Using the DPW, if needed.
  2. Please ensure that your Visual Studio build environment is set properly. This can be checked or changed by the following:
    1. From the project properties:
      1. On the Build tab, check/change the Platform target property to the appropriate x86/x64. At the top, also make sure the Platform property is set to the same.
      2. On the Build tab, in the Output section, make sure Output path property is pointing to the same location as your dlls, i.e., bin\RunTime\NET\
      3. On the Debug tab, check/change the Platform property to the correct platform.
    2. Select Build from the pull down menus, and click Configuration Manager…
      1. Check/change the Active solution platform property to the correct x86/x64 platform.
      2. Click Close.
  3. You will also need to have the Microsoft Visual C++ CRT 10.0 (x86) installed. Corresponding links to VS2010/VS2010SP1 C++ Redistributable Packages are:

 

See Also