Skip to content

Commit 5bbf49e

Browse files
committed
add ES to Read
1 parent de9ebbf commit 5bbf49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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) quickstart to implement text recognition in a simple C# app.

0 commit comments

Comments
 (0)