Skip to content

Commit 231f4b3

Browse files
authored
Update overview-image-analysis.md
1 parent 8d5d497 commit 231f4b3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/cognitive-services/Computer-vision/overview-image-analysis.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ For a more structured approach, follow a Learn module for Image Analysis.
4444

4545
You can analyze images to provide insights about their visual features and characteristics. All of the features in the list below are provided by the [Analyze Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/56f91f2e778daf14a499f21b) API. Follow a [quickstart](./quickstarts-sdk/image-analysis-client-library.md) to get started.
4646

47+
### Extract text from images (preview)
48+
49+
Version 4.0 preview of Image Analysis offers the ability to extract text from images. Contextual information like line number and position is also returned. Text reading is also available through the main [OCR service](overview-ocr.md), but in Image Analysis this feature is optimized for image inputs as opposed to documents. [Reading text in images](concept-ocr.md)
50+
51+
### Detect people in images (preview)
52+
53+
Version 4.0 preview of Image Analysis offers the ability to detect people appearing in images. The bounding box coordinates of each detected person are returned, along with a confidence score. [People detection](concept-people-detection.md)
4754

4855
### Tag visual features
4956

@@ -106,14 +113,6 @@ Analyze the contents of an image to return the coordinates of the *area of inter
106113

107114
You can use Computer Vision to [detect adult content](concept-detecting-adult-content.md) in an image and return confidence scores for different classifications. The threshold for flagging content can be set on a sliding scale to accommodate your preferences.
108115

109-
### Read text in images (preview)
110-
111-
Version 4.0 of Image Analysis offers the ability to extract text from images. Contextual information like line number and position is also returned. Text reading is also available through the main [OCR service](overview-ocr.md), but in Image Analysis this feature is optimized for image inputs as opposed to documents. [Reading text in images](concept-ocr.md)
112-
113-
### Detect people in images (preview)
114-
115-
Version 4.0 of Image Analysis offers the ability to detect people appearing in images. The bounding box coordinates of each detected person are returned, along with a confidence score. [People detection](concept-people-detection.md)
116-
117116
## Image requirements
118117

119118
#### [Version 3.2](#tab/3-2)

0 commit comments

Comments
 (0)