Skip to content

Commit 20c594e

Browse files
authored
Merge pull request #105198 from anrothMSFT/ES-lang-support
ES lang support for REad
2 parents b37b963 + e85c861 commit 20c594e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/Computer-vision/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can analyze images to detect and provide insights about their visual feature
4545

4646
## Extract text from images
4747

48-
You can use Computer Vision [Read](concept-recognizing-text.md#read-api) API to extract printed and handwritten text from images into a machine-readable character stream. The Read API uses our latest models and works with text on a variety of surfaces and backgrounds, such as receipts, posters, business cards, letters, and whiteboards. Currently, English is the only supported language.
48+
You can use Computer Vision [Read](concept-recognizing-text.md#read-api) API to extract printed and handwritten text from images into a machine-readable character stream. The Read API uses our latest models and works with text on a variety of surfaces and backgrounds, such as receipts, posters, business cards, letters, and whiteboards. Currently, English and Spanish are the only supported languages.
4949

5050
You can also use the [optical character recognition (OCR)](concept-recognizing-text.md#ocr-optical-character-recognition-api) API to extract printed text in several languages. If needed, OCR corrects the rotation of the recognized text and provides the frame coordinates of each word. OCR supports 25 languages and automatically detects the language of the recognized text.
5151

articles/cognitive-services/Computer-vision/concept-recognizing-text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Computer Vision provides a number of services that detect and extract printed or
2222

2323
The Read API detects text content in an image using our latest recognition models and converts the identified text into a machine-readable character stream. It's optimized for text-heavy images (such as documents that have been digitally scanned) and for images with a lot of visual noise. It will determine which recognition model to use for each line of text, supporting images with both printed and handwritten text. The Read API executes asynchronously because larger documents can take several minutes to return a result.
2424

25-
The Read operation maintains the original line groupings of recognized words in its output. Each line comes with bounding box coordinates, and each word within the line also has its own coordinates. If a word was recognized with low confidence, that information is conveyed as well. See the [Read API reference docs](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) to learn more.
25+
The Read operation maintains the original line groupings of recognized words in its output. Each line comes with bounding box coordinates, and each word within the line also has its own coordinates. If a word was recognized with low confidence, that information is conveyed as well. See the [Read API reference docs](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read API Preview reference docs](https://go.microsoft.com/fwlink/?linkid=2118322) to learn more.
2626

2727
> [!NOTE]
28-
> This feature is only available for English text.
28+
> This feature is only available for English and Spanish (preview) text.
2929
3030
### Image requirements
3131

@@ -90,4 +90,4 @@ The accuracy of text recognition operations depends on the quality of the images
9090

9191
## Next steps
9292

93-
Follow the [Extract printed text (OCR)](./quickstarts/csharp-print-text.md) quickstart to implement text recognition in a simple C# app.
93+
Follow the [Extract text (Read)](./QuickStarts/CSharp-hand-text.md) quickstart to implement text recognition in a simple C# app.

0 commit comments

Comments
 (0)