Skip to content

Commit 792a229

Browse files
authored
Updated documentation links
1 parent b6d1996 commit 792a229

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[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.
99

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.
1111

1212

1313
## Contents
@@ -40,7 +40,7 @@ Aspose.Cloud credentials are required to use Aspose.OMR for Cloud API. You can a
4040
### 2. Get OMR Client
4141
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.
4242

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/)
4444

4545
Get familiar with OMR Client with short Quickstart video:
4646

@@ -55,7 +55,7 @@ It is quite easy to use OMR in your projects. All you need to do is:
5555
1. Get [Aspose Cloud](https://dashboard.aspose.cloud/) credentials - App Key and App Sid.
5656
2. Install Aspose.OMR Cloud SDK via [nuget](https://www.nuget.org/packages/Aspose.OMR-Cloud/).
5757
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.
5959

6060

6161
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:
8787
- [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
8888
- [X] Support PDF
8989
- [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
9292
- [X] OMR.Client usability improvements: more hints&tips, built-in printer and scanner support
9393
- [X] Full UTF-8 support
9494
- [ ] 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:
104104

105105
+ **Website:** [www.aspose.com](https://www.aspose.com/)
106106
+ **Product Home:** [Aspose.OMR for Cloud](https://products.aspose.cloud/omr)
107-
+ **Documentation:** [Aspose.OMR for Cloud Documentation](https://docs.aspose.cloud/display/omrcloud/Home)
107+
+ **Documentation:** [Aspose.OMR for Cloud Documentation](https://docs.aspose.cloud/omr/)
108108
+ **Cloud Dashboard:** [Aspose Cloud](https://dashboard.aspose.cloud/)
109109
+ **Forum:** [Aspose.OMR for Cloud Forum](https://forum.aspose.cloud/c/omr)
110110
+ **Blog:** [Aspose.OMR for Cloud Blog](https://blog.aspose.cloud/category/omr/)
111111
+ **Nuget:** [Aspose.OMR-Cloud](https://www.nuget.org/packages/Aspose.OMR-Cloud/)
112112
+ **OMR Client Releases:** [Github Releases](https://github.com/aspose-omr-cloud/aspose-omr-cloud-dotnet/releases)
113-
+ **OMR Client Documentation:** [Aspose.OMR.Client Application](https://docs.aspose.cloud/display/omrcloud/Aspose.OMR.Client+Application)
113+
+ **OMR Client Documentation:** [Aspose.OMR.Client Application](https://docs.aspose.cloud/omr/aspose-omr-client-application/)

0 commit comments

Comments
 (0)