You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Aspose.OMR for Cloud](https://products.aspose.cloud/omr/) is a REST API that helps you to perform optical mark recognition in the cloud. We provide a series of [SDKs](https://github.com/aspose-omr-cloud). Along with that, you can get `binaries` to start working immediately and recognize various OMR forms.
3
+
# Python REST API for OMR Processing
4
+
[Aspose.OMR for Cloud](https://products.aspose.cloud/omr/) is a REST API that helps you to perform optical mark recognition in the cloud. We provide a series of [SDKs](https://github.com/aspose-omr-cloud). Along with that, you can get [binaries](https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet/releases) to start working immediately and recognize various OMR forms.
4
5
5
6
Developers can embed [optical recognition](https://en.wikipedia.org/wiki/Optical_mark_recognition) in any type of application to extract data from images of tests, exams, questionnaires, surveys, etc. In the repository you can find examples on how to start using [Aspose.OMR API](https://docs.aspose.cloud/omr/omr-api-specification/) in your project.
6
7
8
+
## OMR Processing Features
9
+
10
+
- Perform recognition of scanned photos and images for OMR operations.
11
+
- Ability to perform OMR on rotated & perspective (within 25 deg) photos.
12
+
- Extract & recognize human-marked data from scanned tests, exams, surveys, etc.
13
+
- Supports the export of OMR results to CSV file format.
14
+
- Use textual markup to generate OMR templates, generate surveys, and test sheets.
15
+
- Availability of GUI application for managing OMR templates.
16
+
- Specify the number of OMR based questions & answers in the template.
17
+
- Availability of GUI OMR editor as a cloud client.
18
+
- Provide JSON rules to perform OMR answer grading.
19
+
- Clip an area of interest from an image, save it as JPEG & perform OMR on it.
20
+
- Perform highly accurate optical mark recognition (OMR).
21
+
22
+
## Save OMR As
23
+
CSV
24
+
25
+
## Read OMR Formats
26
+
JPEG, PNG, BMP, TIFF, PDF
7
27
## How to use the SDK?
8
28
9
29
Our API is completely independent of your operating system, database system, or development language. You can use any language and platform that supports HTTP to interact with our API. However, manually writing client code can be difficult, error-prone, and time-consuming. Therefore, we have provided and support [SDKs](https://github.com/aspose-omr-cloud) in many development languages to make it easier to integrate with us.
@@ -51,7 +71,7 @@ Make your solution using [SDK](https://github.com/aspose-omr-cloud), follow thes
0 commit comments