Skip to content

Commit 6072a4c

Browse files
committed
clarify differen API refs
1 parent 8063501 commit 6072a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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) and [Read API Preview reference docs](https://go.microsoft.com/fwlink/?linkid=2118322) 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 v2.0 reference docs](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) or [Read API v3.0 preview reference docs](https://go.microsoft.com/fwlink/?linkid=2118322) to learn more.
2626

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

0 commit comments

Comments
 (0)