Skip to content

Commit 4bedc55

Browse files
committed
Fixed validation error
1 parent d8e8426 commit 4bedc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Document Layout** skill calls the [Document Intelligence Public preview ve
2626

2727
Supported regions varies by modality:
2828

29-
+ In code, your skillset can call Document Intelligence through an Azure AI multi-service resource in any region that provides by both Azure AI Search and Document Intelligence. See [Product availability by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table)
29+
+ In code, your skillset can call Document Intelligence through an Azure AI multi-service resource in any region that provides both Azure AI Search and Document Intelligence. See [Product availability by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table) for supported regions.
3030

3131
+ In the [Import and vectorize data](search-import-data-portal.md) wizard in the Azure portal, you can enable document layout detection in the data source connection step. Document layout detection in the portal is available in the following Azure regions: East US, West US2, West Europe, North Central US.
3232

@@ -60,7 +60,7 @@ Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill
6060

6161
## Supported languages
6262

63-
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.
63+
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&preserve-view=true) for printed text.
6464

6565
## Limitations
6666

0 commit comments

Comments
 (0)