Skip to content

Commit 88c5af9

Browse files
authored
Merge pull request #867 from MicrosoftDocs/main
10/17 11:00 AM IST Publish
2 parents 00d70d8 + b38836f commit 88c5af9

File tree

81 files changed

+403
-730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+403
-730
lines changed

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# Background removal (version 4.0 preview)
1616

17+
[!INCLUDE [segmentation-deprecation](includes/segmentation-deprecation.md)]
18+
1719
The Background removal operation can divide images into multiple segments or regions to help the user identify different objects or parts of the image. Background removal creates an alpha matte that separates the foreground object from the background in an image. This service is currently in preview, and the API may change in the future.
1820

1921

articles/ai-services/computer-vision/concept-face-recognition.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Face recognition - Face"
33
titleSuffix: Azure AI services
4-
description: Learn the concept of Face recognition, its related operations, and the underlying data structures.
5-
#services: cognitive-services
4+
description: Learn the concept of Face recognition, its operations, and data structures, including PersonGroup creation, identification, and verification.
65
author: PatrickFarley
76
manager: nitinme
87

@@ -11,7 +10,7 @@ ms.subservice: azure-ai-face
1110
ms.custom:
1211
- ignite-2023
1312
ms.topic: conceptual
14-
ms.date: 02/14/2024
13+
ms.date: 10/16/2024
1514
ms.author: pafarley
1615
---
1716

@@ -50,7 +49,7 @@ Use the following tips to ensure that your input images give the most accurate r
5049

5150
[!INCLUDE [identity-input-technical](includes/identity-input-technical.md)]
5251
[!INCLUDE [identity-input-composition](includes/identity-input-composition.md)]
53-
* You can utilize the `qualityForRecognition` attribute in the [face detection](./how-to/identity-detect-faces.md) operation when using applicable detection models as a general guideline of whether the image is likely of sufficient quality to attempt face recognition on. Only `"high"` quality images are recommended for person enrollment and quality at or above `"medium"` is recommended for identification scenarios.
52+
* You can use the `qualityForRecognition` attribute in the [face detection](./how-to/identity-detect-faces.md) operation when using applicable detection models as a general guideline of whether the image is likely of sufficient quality to attempt face recognition on. Only `"high"` quality images are recommended for person enrollment and quality at or above `"medium"` is recommended for identification scenarios.
5453

5554
## Next steps
5655

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 02/14/2024
11+
ms.date: 10/16/2024
1212
ms.author: pafarley
1313
ms.custom: build-2023, build-2023-dataai
1414
---

articles/ai-services/computer-vision/how-to/background-removal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 01/19/2024
1313

1414
# Remove the background in images
1515

16+
[!INCLUDE [segmentation-deprecation](../includes/segmentation-deprecation.md)]
17+
1618
This article demonstrates how to call the Image Analysis 4.0 API to segment an image (separate the foreground from background). It also shows you how to parse the returned information.
1719

1820
> [!IMPORTANT]

articles/ai-services/computer-vision/how-to/call-read-api.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ The following steps assume that you've already created a [Computer Vision resour
2020

2121
[!INCLUDE [read-editions](../includes/read-editions.md)]
2222

23-
## Input requirements
24-
25-
The **Read** API call takes images and documents as its input. The images and documents must meet the following requirements:
26-
27-
* Supported file formats are JPEG, PNG, BMP, PDF, and TIFF.
28-
* For PDF and TIFF files, up to 2,000 pages (only the first two pages for the free tier) are processed.
29-
* The file size of images must be less than 500 MB (4 MB for the free tier) with dimensions at least 50 x 50 pixels and at most 10,000 x 10,000 pixels. PDF files don't have a size limit.
30-
* The minimum height of the text to be extracted is 12 pixels for a 1024 x 768 image, which corresponds to about 8-point font text at 150 DPI.
31-
32-
>[!NOTE]
33-
> You don't need to crop an image for text lines. Send the whole image to the Read API and it recognizes all texts.
3423

3524
## Determine how to process the data (optional)
3625

articles/ai-services/computer-vision/how-to/image-retrieval.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
title: Do image retrieval using multimodal embeddings - Image Analysis 4.0
2+
title: Image retrieval using multimodal embeddings
33
titleSuffix: Azure AI services
4-
description: Learn how to call the image retrieval API to vectorize image and search terms.
4+
description: Learn how to use the image retrieval API to vectorize images and search terms, enabling text-based image searches without metadata.
55
#services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: how-to
11-
ms.date: 02/20/2024
11+
ms.date: 10/16/2024
1212
ms.author: pafarley
13+
14+
#customer intent: As a developer, I want to use the image retrieval API to vectorize images and text so that I can perform text-based image searches.
1315
---
1416

1517
# Do image retrieval using multimodal embeddings (version 4.0)
@@ -35,7 +37,7 @@ You can try out the Multimodal embeddings feature quickly and easily in your bro
3537
> The Vision Studio experience is limited to 500 images. To use a larger image set, create your own search application using the APIs in this guide.
3638
3739
> [!div class="nextstepaction"]
38-
> [Try Vision Studio](https://portal.vision.cognitive.azure.com/)
40+
> [Try Vision Studio](https://portal.vision.cognitive.azure.com/gallery/imageanalysis)
3941
4042
## Call the Vectorize Image API
4143

@@ -124,6 +126,7 @@ def cosine_similarity(vector1, vector2):
124126

125127
---
126128

127-
## Next steps
129+
## Next step
128130

129-
[Image retrieval concepts](../concept-image-retrieval.md)
131+
> [!div class="nextstepaction"]
132+
> [Image retrieval concepts](../concept-image-retrieval.md)

articles/ai-services/computer-vision/includes/curl-quickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Use the optical character recognition (OCR) REST API to read printed and handwri
2222
- [cURL](https://curl.haxx.se/) installed.
2323
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2424
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
25-
2625
1. After your Azure Vision resource deploys, select **Go to resource**.
2726
1. In the left navigation menu, select **Keys and Endpoint**.
2827
1. Copy one of the keys and the **Endpoint** for use later in the quickstart.

articles/ai-services/computer-vision/includes/model-customization-deprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ ms.author: pafarley
1111
---
1212

1313
> [!IMPORTANT]
14-
> This feature is now deprecated. On January 10, 2025, the Azure AI Vision Product Recognition and model customization features will be retired: after this date, API calls to these services will fail.
14+
> This feature is now deprecated. On January 10, 2025, Azure AI Image Analysis 4.0 Custom Image Classification, Custom Object Detection, and Product Recognition preview API will be retired. After this date, API calls to these services will fail.
1515
>
1616
> To maintain a smooth operation of your models, transition to [Azure AI Custom Vision](/azure/ai-services/Custom-Vision-Service/overview), which is now generally available. Custom Vision offers similar functionality to these retiring features.

articles/ai-services/computer-vision/includes/ocr-studio-quickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ms.author: pafarley
1717
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
1818
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
1919
- Connect to [Vision Studio](https://portal.vision.cognitive.azure.com/).
20-
2120
- You might need to sign in.
2221
- After you sign in, select **View all resources**. If necessary, select **Refresh**. Verify that your resource is available.
2322

articles/ai-services/computer-vision/includes/quickstarts-sdk/csharp-sdk.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Use the optical character recognition (OCR) client library to read printed and h
2626
- The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
2727
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2828
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
29-
3029
1. After your Azure Vision resource deploys, select **Go to resource**.
3130
1. In the left navigation menu, select **Keys and Endpoint**.
3231
1. Copy one of the keys and the **Endpoint** for use later in the quickstart.

0 commit comments

Comments
 (0)