Skip to content

Commit 587592a

Browse files
committed
Updated changes for 3.0 preview for better formatting
1 parent 40ec535 commit 587592a

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ ms.custom: seodec18
1717

1818
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.
1919

20-
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy, a changed output format, confidence score for words, and supports both Spanish and English languages.
20+
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Public Preview provides:
21+
22+
* even better accuracy
23+
* a changed output format
24+
* confidence score for words
25+
* support of both Spanish and English languages with the additional language parameter
2126

2227
#### [Version 2](#tab/version-2)
2328

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ ms.custom: seodec18
1717

1818
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.
1919

20-
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy, a changed output format, confidence score for words, and supports both Spanish and English languages.
20+
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Public Preview provides:
21+
22+
* even better accuracy
23+
* a changed output format
24+
* confidence score for words
25+
* support of both Spanish and English languages with the additional language parameter
2126

2227
#### [Version 2](#tab/version-2)
2328

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ ms.custom: seodec18
1717

1818
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.
1919

20-
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy, a changed output format, confidence score for words, and supports both Spanish and English languages.
20+
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Public Preview provides:
21+
22+
* even better accuracy
23+
* a changed output format
24+
* confidence score for words
25+
* support of both Spanish and English languages with the additional language parameter
2126

2227
#### [Version 2](#tab/version-2)
2328

articles/cognitive-services/Computer-vision/QuickStarts/python-hand-text.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ ms.custom: seodec18
1717

1818
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.
1919

20-
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Preview provides even better accuracy, a changed output format, confidence score for words, and supports both Spanish and English languages.
20+
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Public Preview provides:
21+
22+
* even better accuracy
23+
* a changed output format
24+
* confidence score for words
25+
* support of both Spanish and English languages with the additional language parameter
2126

2227
#### [Version 2](#tab/version-2)
2328

0 commit comments

Comments
 (0)