Skip to content

Commit 30ecd33

Browse files
committed
fixing broken bookmark
1 parent 28b3025 commit 30ecd33

File tree

9 files changed

+28
-30
lines changed

9 files changed

+28
-30
lines changed

articles/ai-services/document-intelligence/how-to-guides/create-document-intelligence-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started:
3535

3636
## Create a resource
3737

38-
1. Next, you need to fill out the **Create Form Recognizer** fields with the following values:
38+
1. Fill out the **Create Form Recognizer** fields with the following values:
3939

4040
* **Subscription**: Select your current subscription.
4141
* **Resource group**: The [Azure resource group](/azure/cloud-adoption-framework/govern/resource-consistency/resource-access-management#what-is-an-azure-resource-group) that contains your resource. You can create a new group or add it to an existing group.
@@ -55,7 +55,7 @@ To get started:
5555

5656
## Get endpoint URL and keys
5757

58-
1. After you receive the *deployment is complete* message, select **Go to resource**.
58+
1. After you receive the message, select **Go to resource**.
5959

6060
1. Copy the key and endpoint values from your Document Intelligence resource. Paste the values in a convenient location, such as Notepad. You need the key and endpoint values to connect your application to the Document Intelligence API.
6161

articles/ai-services/document-intelligence/includes/input-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: lajanuar
77
---
88
<!-- markdownlint-disable MD041 -->
99

10-
Supported file formats:
10+
The following file formats are supported.
1111

1212
|Model | PDF |Image: </br>JPEG/JPG, PNG, BMP, TIFF, HEIF | Office: </br> Word (DOCX), Excel (XLSX), PowerPoint (PPTX), HTML|
1313
|--------|:----:|:-----:|:---------------:|

articles/ai-services/document-intelligence/model-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Latency is the amount of time it takes for an API server to handle and process a
9191

9292
### Add-on capability
9393

94-
The following add-on capabilities are available for Document Intelligence. For all models except the business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. You can enable and disable these optional capabilities depending on the scenario of the document extraction. Seven add-on capabilities are available for the 2023-07-31 (GA) and later API version:
94+
The following add-on capabilities are available for Document Intelligence. For all models except the business card model, Document Intelligence now supports add-on capabilities to allow for more sophisticated analysis. You can enable and disable these optional capabilities depending on the scenario of the document extraction. The following add-on capabilities are available for the 2023-07-31 (GA) and later API version:
9595

9696
* [`ocrHighResolution`](concept-add-on-capabilities.md#high-resolution-extraction)
9797
* [`formulas`](concept-add-on-capabilities.md#formula-extraction)

articles/ai-services/document-intelligence/overview.md

Lines changed: 12 additions & 14 deletions
Large diffs are not rendered by default.

articles/ai-services/document-intelligence/prebuilt/layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ After you retrieve your key and endpoint, use the following development options
9595
### [Document Intelligence Studio](#tab/studio)
9696

9797
* [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio)
98-
* [Get started: Document Intelligence Studio](../quickstarts/get-started-studio.md#authentication-in-studio)
98+
* [Get started: Document Intelligence Studio](../quickstarts/get-started-studio.md#authentication-in-document-intelligence-studio)
9999

100100
---
101101

@@ -681,7 +681,7 @@ After you retrieve your key and endpoint, you can use the following development
681681
### [Document Intelligence Studio](#tab/studio)
682682

683683
* [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio)
684-
* [Get started: Document Intelligence Studio](../quickstarts/get-started-studio.md#authentication-in-studio)
684+
* [Get started: Document Intelligence Studio](../quickstarts/get-started-studio.md#authentication-in-document-intelligence-studio)
685685

686686
---
687687

articles/ai-services/document-intelligence/quickstarts/get-started-studio.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ Go to [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/
6161

6262
* Microsoft Entra authentication: Access by resource (recommended)
6363

64-
* Select your existing subscription.
65-
* Select an existing resource group within your subscription or create a new one.
66-
* Select your existing Document Intelligence or Azure AI Foundry resource.
64+
1. Select your existing subscription.
65+
1. Select an existing resource group within your subscription or create a new one.
66+
1. Select your existing Document Intelligence or Azure AI Foundry resource.
6767

68-
:::image type="content" source="../media/studio/configure-service-resource.png" lightbox="../media/studio/configure-service-resource.png" alt-text="Screenshot that shows configuring a service resource in Document Intelligence Studio.":::
68+
:::image type="content" source="../media/studio/configure-service-resource.png" lightbox="../media/studio/configure-service-resource.png" alt-text="Screenshot that shows configuring a service resource in Document Intelligence Studio.":::
6969

7070
* Local authentication: Access by API endpoint and key
7171

72-
* Retrieve your endpoint and key from the Azure portal.
73-
* Go to the overview page for your resource, and on the left pane, select **Keys and Endpoint**.
74-
* Enter values in the appropriate fields.
72+
1. Retrieve your endpoint and key from the Azure portal.
73+
1. Go to the overview page for your resource, and on the left pane, select **Keys and Endpoint**.
74+
1. Enter values in the appropriate fields.
7575

7676
:::image type="content" source="../media/studio/keys-and-endpoint.png" lightbox="../media/studio/keys-and-endpoint.png" alt-text="Screenshot that shows the Keys and Endpoint page in the Azure portal.":::
7777

articles/ai-services/document-intelligence/quickstarts/studio-custom-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: '>=doc-intel-3.0.0'
2424

2525
For information on subscription, resource, and authentication setup, see [Get started with Document Intelligence Studio](get-started-studio.md#prerequisites-for-new-users).
2626

27-
## Custom project prerequisites
27+
## Prerequisites for new users
2828

2929
In addition to an Azure account and the Document Intelligence or Azure AI Foundry resource, you need an Azure Blob Storage container and Azure role assignments.
3030

articles/ai-services/document-intelligence/studio-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Document Intelligence Studio contains all the features released on or before Nov
4141

4242
Document Intelligence Studio provides a visual experience for labeling, training, and validating custom models. For custom document field-extraction models, use Document Intelligence Studio for template and neural models. You can train and use custom classification models only on Document Intelligence Studio. Use Document Intelligence Studio if you want to try out generally available versions of the models from version v3.0, v3.1, and v4.0.
4343

44-
### When to use [Azure AI Foundry portal](https://ai.azure.com/explore/aiservices/vision)
44+
### When to use the [Azure AI Foundry portal](https://ai.azure.com/explore/aiservices/vision)
4545

4646
Start with Azure AI Foundry and try any of the prebuilt document models from the 2024-11-30 version, including general extraction models like read or layout.
4747

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The Document Intelligence [**2024-07-31-preview**](/rest/api/aiservices/document
135135

136136
## May 2024
137137

138-
The Document Intelligence Studio adds support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, *see* [Authentication in Document Intelligence Studio](quickstarts/get-started-studio.md#authentication-in-studio).
138+
The Document Intelligence Studio adds support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, *see* [Authentication in Document Intelligence Studio](quickstarts/get-started-studio.md#authentication-in-document-intelligence-studio).
139139

140140
## February 2024
141141

0 commit comments

Comments
 (0)