Handwriting recognition plugin
This plugin adds a handwritten input element to machine-readable forms and extends the recognition functionality of Aspose.OMR engine:
- text_input text markup element;
- text_input JSON markup element;
- TextInputConfig class.
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
- Aspose.OMR for .NET version 24.2.0 or later.
- Microsoft ONNX Runtime version 1.15.1 or later.
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.
- Open your solution or a project in Microsoft Visual Studio.
- 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. - Switch to Browse tab.
- Type “Aspose.OMR.Handwriting” (without quotes) in the search box.
- Select Aspose.OMR.Handwriting package from the list.
- 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. - If prompted, confirm changes to the solution.
- 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.
- Open your solution or a project in Microsoft Visual Studio.
- Click Tools menu, select NuGet Package Manager and click Package Manager Console.
- Execute the command
Install-Package Aspose.OMR.Handwriting
to install the latest version of Aspose.OMR NuGet package.