Skip to content

Commit 1f8e176

Browse files
authored
Update cognitive-search-skill-document-intelligence-layout.md
Correcting the limits to make sure we enforce that the AI doc intelligence limits are not the limits of the indexer and you need to take into consideration the max size allowed by the indexers.
1 parent 33ce246 commit 1f8e176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-skill-document-intelligence-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill
5252
## Data limits
5353

5454
+ For PDF and TIFF, up to 2,000 pages can be processed (with a free tier subscription, only the first two pages are processed).
55-
+ The file size for analyzing documents is 500 MB for [Azure AI Document Intelligence paid (S0) tier](https://azure.microsoft.com/pricing/details/cognitive-services/) and 4 MB for [Azure AI Document Intelligence free (F0) tier](https://azure.microsoft.com/pricing/details/cognitive-services/).
55+
+ Even if the file size for analyzing documents is 500 MB for [Azure AI Document Intelligence paid (S0) tier](https://azure.microsoft.com/pricing/details/cognitive-services/) and 4 MB for [Azure AI Document Intelligence free (F0) tier](https://azure.microsoft.com/pricing/details/cognitive-services/), to use this functionality you need to take into consideration the file limits allowed by your indexer based on the [indexer limits](search-limits-quotas-capacity.md#indexer-limits) associated to your Azure AI Search service tier.
5656
+ Image dimensions must be between 50 pixels x 50 pixels and 10,000 pixels x 10,000 pixels.
5757
+ If your PDFs are password-locked, you must remove the lock before submission.
5858

0 commit comments

Comments
 (0)