Skip to content

Commit f0792c4

Browse files
authored
Update cognitive-search-skill-document-intelligence-layout.md
Updated with limitations during Preview.
1 parent 604812c commit f0792c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- references_regions
1212
ms.topic: reference
13-
ms.date: 11/19/2024
13+
ms.date: 11/20/2024
1414
---
1515

1616
# Document Layout skill
@@ -56,6 +56,15 @@ Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill
5656
+ Image dimensions must be between 50 pixels x 50 pixels or 10,000 pixels x 10,000 pixels.
5757
+ If your PDFs are password-locked, remove the lock before running the indexer.
5858

59+
## Limitations
60+
61+
During the public preview, this skill has the following restrictions:
62+
63+
+ No Embedded Image Extraction: The skill can't extract images embedded within documents.
64+
+ No Page Number Extraction: Page numbers are not included in the generated output.
65+
+ Processing Time Limit: The skill is not suitable for large documents requiring more than 5 minutes of processing in the AI Document Intelligence layout model. The skill will time out, but charges will still apply to the AI Services multi-services resource if it is attached to the skillset for billing purposes. Ensure documents are optimized to stay within processing limits to avoid unnecessary costs.
66+
67+
5968
## Skill parameters
6069

6170
Parameters are case-sensitive.

0 commit comments

Comments
 (0)