Skip to content

Commit cbb3dd4

Browse files
Merge pull request #4389 from gmndrg/main
Update cognitive-search-concept-image-scenarios.md for imageAction
2 parents f0977c3 + 73bda52 commit cbb3dd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/cognitive-search-concept-image-scenarios.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: HeidiSteen
66
ms.author: heidist
77
ms.service: azure-ai-search
88
ms.topic: how-to
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
ms.custom:
1111
- devx-track-csharp
1212
- ignite-2023
@@ -58,7 +58,9 @@ Azure Blob Storage is the most frequently used storage for image processing in A
5858
After the source files are set up, enable image normalization by setting the `imageAction` parameter in indexer configuration. Image normalization helps make images more uniform for downstream processing. Image normalization includes the following operations:
5959

6060
+ Large images are resized to a maximum height and width to make them uniform.
61-
+ For images that have metadata that specifies orientation, image rotation is adjusted for vertical loading.
61+
+ For images that have metadata that specifies orientation, image rotation is adjusted for vertical loading.
62+
63+
Note that enabling `imageAction` (setting this parameter to other than `none`) will incur an additional charge for image extraction according to [Azure AI Search pricing](https://azure.microsoft.com/pricing/details/search/).
6264

6365
Metadata adjustments are captured in a complex type created for each image. You can't opt out of the image normalization requirement. Skills that iterate over images, such as OCR and image analysis, expect normalized images.
6466

0 commit comments

Comments
 (0)