Aspose.OCR for .NET logo

We like to announce the release of Aspose.OCR for .NET 2.9.0. This release includes a new OmrImage property to load the template from a remote location. Please review the release notes of Aspose.OCR for .NET 2.9.0 for a complete list of new feature & enhancements. If you are planning to upgrade the API from any previous version, we strongly suggest you check the Public API Changes section to know what has been changed since your current revision of the API.

Load Multiple Images into OMR Template Editor

OMR Template Editor now provides support to load multiple scanned images into template editor and perform OMR operation simultaneously.

Run the OMR Template Editor tool. Go to the Page menu, select Import Multiple Images. An open dialog appears to offer you to select images in PNG, JPG, GIF, TIF or BMP format.

Note that Page toolbar has been enabled and shows the total number of images loaded. Now you can move between image sheets using left (<) & right (>) arrows on the Page toolbar.

In order to extract the data from scanned images, simply click the Extract Data button on the toolbar. The Data Extraction Results window will appear. The window contains different tabs. Each tab shows the output/result from a respective image sheet.

Load OMR Template from URL

Aspose.OCR for .NET provides facility to load OMR template from a remote location as well as the images available on local disk. You just need to supply the URL of the OMR template to newly exposed LoadFromUrl method.

Following is the simple code snippet demonstrating the usage of the said method to load OMR template from a remote location.

string templateUrl = "https://sampleurl.com/sample.amr";

// Initialize an instance of OmrTemplate by loading the OMR template from URL
OmrTemplate template = OmrTemplate.LoadFromUrl(templateUrl);

//Do Processing

Aspose.OCR for .Net Resources

The resources, you may need to accomplish your tasks:

As always, we appreciate your feedback so if you ever have anything to tell us about this release or anything else, please head to the Aspose.OCR forum for a chat.