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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
[Aspose.OMR for Cloud](https://products.aspose.cloud/omr/cloud) 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.
9
9
10
-
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/display/omrcloud/OMR+API+Specification) in your project.
10
+
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.
11
11
12
12
13
13
## Contents
@@ -40,7 +40,7 @@ Aspose.Cloud credentials are required to use Aspose.OMR for Cloud API. You can a
40
40
### 2. Get OMR Client
41
41
Check [releases](https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet/releases) section and download MSI package that installs OMR.Client. Using this GUI application you can create OMR templates, correct or update existing OMR templates and perform optical mark recognition using Aspose.OMR.Cloud engine.
42
42
43
-
More info and documentation can be found at: [Client documentation](https://docs.aspose.cloud/display/omrcloud/Aspose.OMR.Client+Application)
43
+
More info and documentation can be found at: [Client documentation](https://docs.aspose.cloud/omr/creating-omr-template-and-extracting-data/)
44
44
45
45
Get familiar with OMR Client with short Quickstart video:
46
46
@@ -55,7 +55,7 @@ It is quite easy to use OMR in your projects. All you need to do is:
55
55
1. Get [Aspose Cloud](https://dashboard.aspose.cloud/) credentials - App Key and App Sid.
56
56
2. Install Aspose.OMR Cloud SDK via [nuget](https://www.nuget.org/packages/Aspose.OMR-Cloud/).
57
57
3. Use OMR.Client to create templates or use one from [our examples](https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet/tree/master/TestData).
58
-
4. Start using [OMR functions](https://docs.aspose.cloud/display/omrcloud/OMR+API+Specification) and get recognition results.
58
+
4. Start using [OMR functions](https://docs.aspose.cloud/omr/omr-api-specification/) and get recognition results.
59
59
60
60
61
61
Check [Aspose.OMR.Demo](https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet/tree/master/SDK/Aspose.OMR.Demo) solution for a simple demonstration of how OMR functions can be called from your code.
@@ -87,8 +87,8 @@ In the upcoming releases, we are set to implement a number of new features:
87
87
-[X] Simplify OMR form preparation by introducing an easy markup language. For example, to get the particular survey form ready you only need to provide questions and answers
88
88
-[X] Support PDF
89
89
-[X] Support barcodes and QR codes generation and recognition
90
-
-[X] Support [Clip Areas](https://docs.aspose.cloud/display/omrcloud/Clip+areas+of+interest)
91
-
-[X][Grade OMR results](https://docs.aspose.cloud/display/omrcloud/Answers+Grading) based on rules
90
+
-[X] Support [Clip Areas](https://docs.aspose.cloud/omr/clip-areas-of-interest/)
91
+
-[X][Grade OMR results](https://docs.aspose.cloud/omr/answers-grading/) based on rules
92
92
-[X] OMR.Client usability improvements: more hints&tips, built-in printer and scanner support
93
93
-[X] Full UTF-8 support
94
94
-[ ] Support diverse interviewee’s marks (ticks, crosses, corrections, etc) on various forms with the use of neural networks
@@ -104,10 +104,10 @@ In the upcoming releases, we are set to implement a number of new features:
0 commit comments