Skip to content

Commit be3e646

Browse files
committed
resolve sentence casing
1 parent 4a44e50 commit be3e646

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

articles/applied-ai-services/form-recognizer/concept-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: ignite-fall-2021
1515

1616
# Form Recognizer read model
1717

18-
The Form Recognizer v3.0 preview includes the new Read API. Read extracts printed and handwritten from documents. The Read model can detect lines, words, locations, and languages and is the core of all the other Form Recognizer models. Layout, general document, custom, and prebuilt models all use the read model as a foundation for extracting texts from documents.
18+
The Form Recognizer v3.0 preview includes the new Read API. Read extracts printed and handwritten from documents. The read model can detect lines, words, locations, and languages and is the core of all the other Form Recognizer models. Layout, general document, custom, and prebuilt models all use the read model as a foundation for extracting texts from documents.
1919

2020
## Development options
2121

articles/applied-ai-services/form-recognizer/how-to-guides/includes/csharp-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to use the Read model with C#/.NET programming language"
2+
title: "How to use the read model with C#/.NET programming language"
33
description: Use the Form Recognizer prebuilt-read model and C# to extract printed and handwritten text from documents.
44
author: laujan
55
manager: nitinme

articles/applied-ai-services/form-recognizer/how-to-guides/includes/java-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to use the Read model with Java programming language"
2+
title: "How to use the read model with Java programming language"
33
description: Use the Form Recognizer prebuilt-read model and Java to extract printed and handwritten text from documents.
44
author: laujan
55
manager: nitinme

articles/applied-ai-services/form-recognizer/how-to-guides/includes/javascript-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to use the Read model with JavaScript programming language"
2+
title: "How to use the read model with JavaScript programming language"
33
description: Use the Form Recognizer prebuilt-read model and JavaScript to extract printed and handwritten text from documents.
44
author: laujan
55
manager: nitinme

articles/applied-ai-services/form-recognizer/how-to-guides/includes/python-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to use the Read model with Python programming language"
2+
title: "How to use the read model with Python programming language"
33
description: Use the Form Recognizer prebuilt-read model and Python to extract printed and handwritten text from documents.
44
author: laujan
55
manager: nitinme

articles/applied-ai-services/form-recognizer/how-to-guides/includes/rest-api-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to use the Read model with the Form Recognizer REST API"
2+
title: "How to use the read model with the Form Recognizer REST API"
33
description: Use the Form Recognizer prebuilt-read model and REST API to extract printed and handwritten text from documents.
44
author: laujan
55
manager: nitinme

articles/applied-ai-services/form-recognizer/how-to-guides/use-prebuilt-read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ recommendations: false
1515

1616
# Use the Read Model
1717

18-
In this how-to guide, you'll learn to use Azure Form Recognizer's [Read model](../concept-read.md) to extract printed and handwritten text from documents. The Read model can detect lines, words, locations, and languages. You can use a programming language of your choice or the REST API. We recommend that you use the free service when you're learning the technology. Remember that the number of free pages is limited to 500 per month.
18+
In this how-to guide, you'll learn to use Azure Form Recognizer's [read model](../concept-read.md) to extract printed and handwritten text from documents. The read model can detect lines, words, locations, and languages. You can use a programming language of your choice or the REST API. We recommend that you use the free service when you're learning the technology. Remember that the number of free pages is limited to 500 per month.
1919

20-
The Read model is the core of all the other Form Recognizer models. Layout, general document, custom, and prebuilt models all use the read model as a foundation for extracting texts from documents.
20+
The read model is the core of all the other Form Recognizer models. Layout, general document, custom, and prebuilt models all use the read model as a foundation for extracting texts from documents.
2121

2222
>[!NOTE]
2323
> Form Recognizer v3.0 is currently in public preview. Some features may not be supported or have limited capabilities.

articles/applied-ai-services/form-recognizer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ landingContent:
8585
url: create-a-form-recognizer-resource.md
8686
- text: Migrate to Form Recognizer v3.0
8787
url: v3-migration-guide.md
88-
- text: Use the Read model
88+
- text: Use the read model
8989
url: how-to-guides/use-prebuilt-read.md
9090
- text: Generate SAS tokens for Azure Blob containers
9191
url: generate-sas-tokens.md

0 commit comments

Comments
 (0)