Skip to content

Commit fb91a14

Browse files
Update links
1 parent 1ed0425 commit fb91a14

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

content/omr/english/appendices/fonts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial: How to Use Font Families in OMR Documents
2+
title: How to Use Font Families in OMR Documents Tutorial
33
weight: 20
44
url: /appendices/fonts/
55
description: Learn to properly implement font families in your Aspose.OMR Cloud applications in this step-by-step tutorial for creating professional-looking forms.

content/omr/english/generate-form/fetch-printable-form/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial: How to Fetch Printable OMR Forms
2+
title: How to Fetch Printable OMR Forms Tutorial
33
weight: 30
44
url: /generate-form/fetch-printable-form/
55
description: Learn how to retrieve generated printable OMR forms and recognition patterns from Aspose.OMR Cloud API in this step-by-step tutorial.

content/omr/english/generate-form/using-sdk/_index.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
---
2+
title: Generating OMR Forms with Aspose.OMR Cloud SDK Tutorial
23
weight: 40
3-
4-
54
url: /generate-form/using-sdk/
6-
7-
title: Tutorial: Generating OMR Forms with Aspose.OMR Cloud SDK
85
description: Learn how to use the Aspose.OMR Cloud SDK to easily integrate form generation functionality into your applications in this step-by-step tutorial.
9-
keywords:
10-
- tutorial
11-
- SDK
12-
- generate
13-
- form
14-
- integration
15-
- code
16-
- development
17-
- learn
186
---
197

208
# Tutorial: Generating OMR Forms with Aspose.OMR Cloud SDK
@@ -28,8 +16,6 @@ In this tutorial, you'll learn how to:
2816
- Configure form layout and appearance settings
2917
- Save the generated form and recognition pattern
3018

31-
Estimated time to complete: 30 minutes
32-
3319
## Prerequisites
3420

3521
Before starting this tutorial, you should:
@@ -86,8 +72,6 @@ Next, you need to read the form source code from a file or another source:
8672
byte[] source = File.ReadAllBytes("source.txt");
8773
```
8874

89-
The source code should be in the [Aspose.OMR markup language](/omr/design-form/). This example assumes you have a file named `source.txt` that contains your form's source code.
90-
9175
## Step 4: Include Images (If Needed)
9276

9377
If your form includes images, you'll need to load them and add them to a dictionary:

content/omr/english/recognize-form/accuracy-threshold/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fine-Tuning Recognition Accuracy Tutorial
2+
title: Fine Tuning Recognition Accuracy Tutorial
33
weight: 30
44
url: /recognize-form/accuracy-threshold/
55
description: Learn how to optimize OMR form recognition accuracy through threshold adjustments and element-specific settings in this practical developer tutorial.

0 commit comments

Comments
 (0)