Skip to content

Commit 9322c01

Browse files
authored
Merge pull request #1633 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST, 11/20
2 parents 5f42b5a + d170b3e commit 9322c01

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
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.

articles/search/search-how-to-index-markdown-blobs.md

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

1616
# Index Markdown blobs and files in Azure AI Search
@@ -31,7 +31,7 @@ In Azure AI Search, indexers for Azure Blob Storage, Azure Files, and OneLake su
3131

3232
For OneLake, make sure you meet all of the requirements of the [OneLake indexer](search-how-to-index-onelake-files.md#prerequisites).
3333

34-
Azure Storage for [blob indexers](search-howto-indexing-azure-blob-storage.md#prerequisites) and [file indexers](search-file-storage-integration.md#prerequisites) is a standard performance (general-purpose v2) instance that supports hot, cool, and cold access tiers.
34+
Azure Storage for [blob indexers](search-howto-indexing-azure-blob-storage.md#prerequisites) and [file indexers](search-file-storage-integration.md#prerequisites) is a standard performance (general-purpose v2) instance that supports hot and cool access tiers.
3535

3636
## Markdown parsing mode parameters
3737

0 commit comments

Comments
 (0)