Skip to content

Commit 738e6f5

Browse files
committed
PR review fixes
1 parent 9f122ec commit 738e6f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/cognitive-services/Computer-vision/concept-ocr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Version 4.0 of Image Analysis offers the ability to extract text from images. Co
2323

2424
The following JSON response illustrates what the Analyze API returns when reading text in the given image.
2525

26-
![Photo of a sticky note with writing on it.](./Images/handwritten-note.jpg).
26+
![Photo of a sticky note with writing on it.](./Images/handwritten-note.jpg)
2727

2828
```json
2929
{

articles/cognitive-services/Computer-vision/concept-people-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Version 4.0 of Image Analysis offers the ability to detect people appearing in i
2424

2525
The following JSON response illustrates what the Analyze API returns when describing the example image based on its visual features.
2626

27-
![Photo of a woman in a kitchen.](./Images/windows-kitchen.jpg).
27+
![Photo of a woman in a kitchen.](./Images/windows-kitchen.jpg)
2828

2929
```json
3030
{

articles/cognitive-services/Computer-vision/how-to/call-read-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ms.author: pafarley
1515

1616
# Call the Computer Vision 3.2 GA Read API
1717

18-
[!INCLUDE [read-editions](../includes/read-editions.md)]
19-
2018
In this guide, you'll learn how to call the v3.2 GA Read API to extract text from images. You'll learn the different ways you can configure the behavior of this API to meet your needs. This guide assumes you have already <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="created a Computer Vision resource" target="_blank">create a Computer Vision resource </a> and obtained a key and endpoint URL. If you haven't, follow a [quickstart](../quickstarts-sdk/client-library.md) to get started.
2119

20+
[!INCLUDE [read-editions](../includes/read-editions.md)]
21+
2222
## Input requirements
2323

2424
The **Read** call takes images and documents as its input. They have the following requirements:
@@ -42,7 +42,7 @@ When using the Read operation, use the following values for the optional `model-
4242
| latest | Latest GA model|
4343
| [2022-04-30](../whats-new.md#may-2022) | Latest GA model. 164 languages for print text and 9 languages for handwritten text along with several enhancements on quality and performance |
4444
| [2022-01-30-preview](../whats-new.md#february-2022) | Preview model adds print text support for Hindi, Arabic and related languages. For handwritten text, adds support for Japanese and Korean. |
45-
| [2021-09-30-preview](../whats-new.md#september-2021) | Preview model adds print text support for Russian and other Cyrillic languages, For handwritten text, adds support for Chinese Simplified, French, German, Italian, Portuguese, and Spanish. |
45+
| [2021-09-30-preview](../whats-new.md#september-2021) | Preview model adds print text support for Russian and other Cyrillic languages. For handwritten text, adds support for Chinese Simplified, French, German, Italian, Portuguese, and Spanish. |
4646
| 2021-04-12 | 2021 GA model |
4747

4848
### Input language

articles/cognitive-services/Computer-vision/includes/read-editions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: pafarley
1818
>
1919
> | Input | Examples | Suggested API | Benefits |
2020
> |----------|--------------|-------------------------|-------------------------|
21-
> | General in-the-wild images with single image at a time | labels, street signs, and posters | [Image&nbsp;Analysis Read (preview)](/azure/cognitive-services/computer-vision/concept-ocr) | Optimized for general, non-document images with a performance-enhanced synchronous API that makes it easier to embed OCR powered experiences in your workflows.
21+
> | General in-the-wild images with single image at a time | labels, street signs, and posters | [Image&nbsp;Analysis Read&nbsp;(preview)](/azure/cognitive-services/computer-vision/concept-ocr) | Optimized for general, non-document images with a performance-enhanced synchronous API that makes it easier to embed OCR powered experiences in your workflows.
2222
> | Scanned document images, digital and scanned documents including embedded images| books, reports, and forms | [Form&nbsp;Recognizer Read](/azure/applied-ai-services/form-recognizer/concept-read) | Optimized for text-heavy scanned and digital document scenarios with asynchronous API to allow processing large documents in your workflows.
2323
>
2424
> **Computer Vision 3.2 GA Read**

0 commit comments

Comments
 (0)