Skip to content

Commit 23304b6

Browse files
committed
Update Python sample for 3.0
1 parent ec6317f commit 23304b6

File tree

4 files changed

+350
-293
lines changed

4 files changed

+350
-293
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-read-text-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: seodec18
1515
---
1616
# Quickstart: Extract printed and handwritten text in English or Spanish using the Computer Vision 3.0 Preview REST API and C#
1717

18-
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision 3.0 Preview REST API. Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy and starts to support Spanish and English languages.
18+
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision 3.0 Preview REST API. Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy and supports both Spanish and English languages.
1919

2020
With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
2121

articles/cognitive-services/Computer-vision/QuickStarts/java-read-text-v3.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Computer Vision 3.0 Preview - Extract printed and handwritten text - REST, Java"
2+
title: "Quickstart: Computer Vision 3.0 Preview - Extract printed and handwritten text in English or Spanish - REST, Java"
33
titleSuffix: "Azure Cognitive Services"
44
description: In this quickstart, you extract printed and handwritten text from an image using the Computer Vision API with Java.
55
services: cognitive-services
@@ -13,9 +13,11 @@ ms.date: 12/05/2019
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
16-
# Quickstart: Extract printed and handwritten text using the Computer Vision 3.0 REST API and Java
16+
# Quickstart: Extract printed and handwritten text in English or Spanish using the Computer Vision 3.0 REST API and Java
1717

18-
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision REST API. With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
18+
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision REST API. Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy and supports both Spanish and English languages.
19+
20+
With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
1921

2022
> [!IMPORTANT]
2123
> Unlike the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) method, the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) method runs asynchronously. This method does not return any information in the body of a successful response. Instead, the Batch Read method returns a URI in the value of the `Operation-Content` response header field. You can then call this URI, which represents the [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) method, in order to check the status and return the results of the Batch Read method call.

articles/cognitive-services/Computer-vision/QuickStarts/javascript-read-text-v3.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Computer Vision 3.0 Preview - Extract printed and handwritten text - REST, JavaScript"
2+
title: "Quickstart: Computer Vision 3.0 Preview - Extract printed and handwritten text in English or Spanish - REST, JavaScript"
33
titleSuffix: "Azure Cognitive Services"
44
description: In this quickstart, you extract printed and handwritten text from an image using the Computer Vision API with JavaScript.
55
services: cognitive-services
@@ -13,9 +13,11 @@ ms.date: 12/05/2019
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
16-
# Quickstart: Extract printed and handwritten text using the Computer Vision 3.0 REST API and JavaScript
16+
# Quickstart: Extract printed and handwritten text in English or Spanish in English or Spanish using the Computer Vision 3.0 REST API and JavaScript
1717

18-
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision REST API. With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
18+
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision REST API. Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy and supports both Spanish and English languages.
19+
20+
With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
1921

2022
> [!IMPORTANT]
2123
> Unlike the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) method, the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) method runs asynchronously. This method does not return any information in the body of a successful response. Instead, the Batch Read method returns a URI in the value of the `Operation-Content` response header field. You can then call this URI, which represents the [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) method, to both check the status and return the results of the Batch Read method call.

0 commit comments

Comments
 (0)