Skip to content

Commit fe4328a

Browse files
authored
Update cognitive-search-skill-document-intelligence-layout.md
Updated supported languages and restrictions
1 parent f0792c4 commit fe4328a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@ 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+
5963
## Limitations
6064

6165
During the public preview, this skill has the following restrictions:
6266

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.
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.
6670

6771

6872
## Skill parameters

0 commit comments

Comments
 (0)