Skip to content

Commit 77f28ea

Browse files
Merge pull request #209584 from gmndrg/main
Clarifying performance design behavior
2 parents 91d3282 + a619ecf commit 77f28ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 06/24/2022
10+
ms.date: 08/29/2022
1111
ms.custom: devx-track-csharp
1212
---
1313

@@ -91,7 +91,7 @@ Metadata adjustments are captured in a complex type created for each image. You
9191

9292
+ `"generateNormalizedImages"` to generate an array of normalized images as part of document cracking.
9393

94-
+ `"generateNormalizedImagePerPage"` (applies to PDF only) to generate an array of normalized images where each page in the PDF is rendered to one output image. For non-PDF files, the behavior of this parameter is same as if you had set "generateNormalizedImages".
94+
+ `"generateNormalizedImagePerPage"` (applies to PDF only) to generate an array of normalized images where each page in the PDF is rendered to one output image. For non-PDF files, the behavior of this parameter is similar as if you had set "generateNormalizedImages". However, note that setting "generateNormalizedImagePerPage" can make indexing operation less performant by design (especially for big documents) since several images would have to be generated.
9595

9696
1. Optionally, adjust the width or height of the generated normalized images:
9797

0 commit comments

Comments
 (0)