Skip to content

Commit f23e7b0

Browse files
Merge pull request #216353 from sanjeev3/main
Minor SEO updates to CV and FR Read pages
2 parents 0d47cb0 + b67f41d commit f23e7b0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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
@@ -19,7 +19,7 @@ recommendations: false
1919

2020
> [!NOTE]
2121
>
22-
> For general, in-the-wild images like labels, street signs, and posters, use the [Computer Vision v4.0 preview Read](../../cognitive-services/Computer-vision/concept-ocr.md) feature optimized for general, non-document images with a performance-enhanced synchronous API that makes it easier to embed OCR in your user experience scenarios.
22+
> For extracting text from in-the-wild images like labels, street signs, and posters, use the [Computer Vision v4.0 preview Read](../../cognitive-services/Computer-vision/concept-ocr.md) feature optimized for general, non-document images with a performance-enhanced synchronous API that makes it easier to embed OCR in your user experience scenarios.
2323
>
2424
2525
## What is OCR for documents?

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ ms.author: pafarley
1616

1717
# OCR for images
1818

19+
20+
> [!NOTE]
21+
>
22+
> For extracting text from PDF, Office, and HTML documents and document images, use the [Form Recognizer Read OCR model](../../applied-ai-services/form-recognizer/concept-read.md) optimized for text-heavy digital and scanned documents with an asynchronous API that makes it easy to power your intelliegnt document processing scenarios.
23+
>
24+
1925
OCR traditionally started as a machine-learning based technique for extracting text from in-the-wild and non-document images like product labels, user generated images, screenshots, street signs, and posters. For several scenarios that including running OCR on single images that are not text-heavy, you need a fast, synchronous API or service. This allows OCR to be embedded in near real-time user experiences to enrich content understanding and follow-up user actions with fast turn-around times.
2026

2127
## What is Computer Vision v4.0 Read OCR (preview)
2228

2329
The new Computer Vision v4.0 Image Analysis REST API preview offers the ability to extract printed or handwritten text from images in a unified performance-enhanced synchronous API that makes it easy to get all image insights including OCR results in a single API operation. The Read OCR engine is built on top of multiple deep learning models supported by universal script-based models for [global language support](./language-support.md).
2430

25-
[!INCLUDE [read-editions](./includes/read-editions.md)]
26-
2731
## Use the V4.0 REST API preview
2832

2933
The text extraction feature is part of the [v4.0 Analyze Image REST API](https://aka.ms/vision-4-0-ref). Include `Read` in the **features** query parameter. Then, when you get the full JSON response, parse the string for the contents of the `"readResult"` section.

0 commit comments

Comments
 (0)