Aspose.OMR-Cloud 23.1.0

.NET Standard 2.0
dotnet add package Aspose.OMR-Cloud --version 23.1.0
NuGet\Install-Package Aspose.OMR-Cloud -Version 23.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.OMR-Cloud" Version="23.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.OMR-Cloud --version 23.1.0
#r "nuget: Aspose.OMR-Cloud, 23.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.OMR-Cloud as a Cake Addin
#addin nuget:?package=Aspose.OMR-Cloud&version=23.1.0

// Install Aspose.OMR-Cloud as a Cake Tool
#tool nuget:?package=Aspose.OMR-Cloud&version=23.1.0

.NET REST API for OMR Processing

Version 23.1.0 Nuget GitHub

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

This Cloud SDK enables you to perform Optical Mark Recognition (OMR) operations on human-marked data from within your cloud-based C#, ASP.NET & other .NET apps.

OMR Processing Features

  • Perform recognition of scanned photos and images for OMR operations.
  • Ability to perform OMR on rotated & perspective (within 25 deg) photos.
  • Extract & recognize human-marked data from scanned tests, exams, surveys, etc.
  • Supports the export of OMR results to CSV file format.
  • Use textual markup to generate OMR templates, generate surveys, and test sheets.
  • Availability of GUI application for managing OMR templates.
  • Specify the number of OMR-based questions & answers in the template.
  • Availability of GUI OMR editor as a cloud client.
  • Provide JSON rules to perform OMR answer grading.
  • Clip an area of interest from an image, save it as JPEG & perform OMR on it.
  • Perform highly accurate optical mark recognition (OMR).

Save OMR As

CSV

Read OMR Formats

JPEG, PNG, GIF, TIFF, BMP

Get Started

You do not need to install anything to get started with Aspose.OMR Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.OMR-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.OMR assembly in your project. If you already have Aspose.OMR Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.OMR-Cloud to get the latest version.

Please check the GitHub Repository for common usage scenarios.

Read Marked Data from Image using OMR via C# Code

// for complete examples, please visit https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet
// Get Client Id and Client Secret from https://dashboard.aspose.cloud
string MyClientId = "My-Client-Id";
string MyClientSecret = "My-Client-Secret";

// Create instance of the API
var configuration = new Configuration
    {
        AppSid = MyClientId,
        AppKey = MyClientSecret
    };
var apiInstance = new OmrApi(configuration);

// Create request
var request = new PostRunOmrTaskRequest
    {
        name = "sample-file.png",
    };

// Recognize image
var response = apiInstance.PostRunOmrTask(request);

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.1.0 145 1/25/2023
20.12.0 2,386 12/10/2020
20.2.0 525 2/18/2020
19.7.0 577 7/7/2019
1.0.3 1,164 5/31/2018
1.0.2 940 2/28/2018

Minor metadata updates