Handwriting recognition plugin

This plugin adds a handwritten input element to machine-readable forms and extends the recognition functionality of Aspose.OMR engine:

Aspose.OMR for .NET Handwriting recognition plugin is distributed as a NuGet package. You can either add the package to your existing projects, or install the package without downloading the core library.

System requirements

If you are using NuGet Package Manager, these dependencies will be installed automatically.

Installing with NuGet Package Manager UI

NuGet Package Manager UI is the easiest way to install and update Aspose.OMR.Handwriting plugin in your project.

  1. Open your solution or a project in Microsoft Visual Studio.
  2. Click Project menu and select Manage NuGet Packages.
    Alternatively, you can right-click the project in Solution Explorer and select Manage NuGet Packages from the context menu.
  3. Switch to Browse tab.
  4. Type “Aspose.OMR.Handwriting” (without quotes) in the search box.
  5. Select Aspose.OMR.Handwriting package from the list.
  6. Click Install button.
    You can select a specific version to be installed. However, it is recommended to always use the latest compatible version for new projects.
  7. If prompted, confirm changes to the solution.
  8. If prompted, accept the license terms for installed packages.

Installing with NuGet Package Manager Console

NuGet Package Manager Console lets you install and update Aspose.OMR for .NET in your project using PowerShell commands.

  1. Open your solution or a project in Microsoft Visual Studio.
  2. Click Tools menu, select NuGet Package Manager and click Package Manager Console.
  3. Execute the command Install-Package Aspose.OMR.Handwriting to install the latest version of Aspose.OMR NuGet package.