Skip to content

Commit 1c20603

Browse files
Merge pull request #1631 from gmndrg/main
Limitations and Languages supported
2 parents 604812c + fe4328a commit 1c20603

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 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,19 @@ 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+
## Supported languages
60+
61+
Refer to [Azure AI Document Intelligence layout model supported languages](/azure/ai-services/document-intelligence/language-support/ocr?view=doc-intel-3.1.0&tabs=read-print%2Clayout-print%2Cgeneral#layout) for printed text.
62+
63+
## Limitations
64+
65+
During the public preview, this skill has the following restrictions:
66+
67+
+ The skill can't extract images embedded within documents.
68+
+ Page numbers are not included in the generated output.
69+
+ 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.
70+
71+
5972
## Skill parameters
6073

6174
Parameters are case-sensitive.

0 commit comments

Comments
 (0)