You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from tool not the Document Intelligence Service.
413
+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from the tool not the Document Intelligence Service.
414
414
415
415
### Version migration
416
416
@@ -531,7 +531,7 @@ A composed model is created by taking a collection of custom models and assignin
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from tool not the Document Intelligence Service.
534
+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from the tool not the Document Intelligence Service.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/prebuilt/layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ See how data, including text, tables, table headers, selection marks, and struct
86
86
87
87
:::image type="content" source="../media/containers/keys-and-endpoint.png" alt-text="Screenshot of keys and endpoint location in the Azure portal.":::
88
88
89
-
After you retrieve you key and endpoint, you can use the following development options to build and deploy your Document Intelligence applications:
89
+
After you retrieve your key and endpoint, use the following development options to build and deploy your Document Intelligence applications:
90
90
91
91
### [REST API](#tab/rest)
92
92
@@ -220,7 +220,7 @@ The new machine-learning based page object detection extracts logical roles like
220
220
221
221
### Text, lines, and words
222
222
223
-
The document layout model in Document Intelligence extracts print and handwritten style text as `lines` and `words`. The `styles` collection ../includes any handwritten style for lines if detected along with the spans pointing to the associated text. This feature applies to [supported handwritten languages](../language-support/prebuilt.md).
223
+
The document layout model in Document Intelligence extracts print and handwritten style text as `lines` and `words`. The `styles` collection includes any handwritten style for lines if detected along with the spans pointing to the associated text. This feature applies to [supported handwritten languages](../language-support/prebuilt.md).
224
224
225
225
For Microsoft Word, Excel, PowerPoint, and HTML, Document Intelligence v4.0 `2024-11-30` (GA) Layout model extract all embedded text as is. Texts are extracted as words and paragraphs. Embedded images aren't supported.
[Document intelligence Studio](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Document intelligence service in your applications. You can get started by exploring the pretrained models with sample or your own documents. You can also create projects to build custom template models and reference the models in your applications.
18
+
[Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Document Intelligence service in your applications. You can get started by exploring the pretrained models with sample or your own documents. You can also create projects to build custom template models and reference the models in your applications.
@@ -56,11 +56,11 @@ For more information, *see* the following guidance:
56
56
57
57
> [!IMPORTANT]
58
58
>
59
-
> * Make sure you have the **Cognitive Services User role**, and not the Cognitive Services Contributor role when setting up Entra authentication.
59
+
> * Make sure you have the **Cognitive Services User role**, and not the Cognitive Services Contributor role when setting up Microsoft Entra ID authentication.
60
60
> * ✔️ **Cognitive Services User**: you need this role to Document Intelligence or Azure AI services resource to enter the analyze page.
61
61
> * ✔️ **Contributor**: you need this role to create resource group, Document Intelligence service, or Azure AI services resource.
62
62
> * In Azure context, Contributor role can only perform actions to control and manage the resource itself, including listing the access keys.
63
-
> * User accounts with a Contributor are only able to access the Document Intelligence service by calling with access keys. However, when setting up access with Entra ID, key-access is disabled and **Cognitive Service User** role is required for an account to use the resources.
63
+
> * User accounts with a Contributor are only able to access the Document Intelligence service by calling with access keys. However, when setting up access with Microsoft Entra ID, key-access is disabled and **Cognitive Services User** role is required for an account to use the resources.
64
64
65
65
### Authentication in Studio
66
66
@@ -72,15 +72,15 @@ Navigate to the [Document Intelligence Studio](https://formrecognizer.appliedai.
72
72
* Select an existing resource group within your subscription or create a new one.
73
73
* Select your existing Document Intelligence or Azure AI services resource.
74
74
75
-
:::image type="content" source="../media/studio/configure-service-resource.png" alt-text="Screenshot of configure service resource form from the Document Intelligence Studio.":::
75
+
:::image type="content" source="../media/studio/configure-service-resource.png" lightbox="../media/studio/configure-service-resource.png" alt-text="Screenshot of configure service resource form from the Document Intelligence Studio.":::
76
76
77
77
***Local authentication: access by API endpoint and key**.
78
78
79
79
* Retrieve your endpoint and key from the Azure portal.
80
80
* Go to the overview page for your resource and select **Keys and Endpoint** from the left navigation bar.
81
81
* Enter the values in the appropriate fields.
82
82
83
-
:::image type="content" source="../media/studio/keys-and-endpoint.png" alt-text="Screenshot of the keys and endpoint page in the Azure portal.":::
83
+
:::image type="content" source="../media/studio/keys-and-endpoint.png" lightbox="../media/studio/keys-and-endpoint.png" alt-text="Screenshot of the keys and endpoint page in the Azure portal.":::
84
84
85
85
* After validating the scenario in the Document Intelligence Studio, use the [**C#**](get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true), [**Java**](get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true), [**JavaScript**](get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true), or [**Python**](get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true) client libraries or the [**REST API**](get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true) to get started incorporating Document Intelligence models into your own applications.
86
86
@@ -114,7 +114,7 @@ Use the help wizard, labeling interface, training step, and interactive visualiz
114
114
115
115
To view resource details such as name and pricing tier, select the **Settings** icon in the top-right corner of the Document Intelligence Studio home page and select the **Resource** tab. If you have access to other resources, you can switch resources as well.
116
116
117
-
:::image type="content" source="../media/studio/form-recognizer-studio-resource-page.png" alt-text="Screenshot of the studio settings page resource tab.":::
117
+
:::image type="content" source="../media/studio/form-recognizer-studio-resource-page.png" lightbox="../media/studio/form-recognizer-studio-resource-page.png" alt-text="Screenshot of the studio settings page resource tab.":::
118
118
119
119
With Document Intelligence, you can quickly automate your data processing in applications and workflows, easily enhance data-driven strategies, and skillfully enrich document search capabilities.
120
120
@@ -123,15 +123,15 @@ With Document Intelligence, you can quickly automate your data processing in app
123
123
**Edge**:
124
124
125
125
* Go to **Settings** for Microsoft Edge
126
-
* Search for "**third*party**"
126
+
* Search for "**third-party**"
127
127
* Go to **Manage and delete cookies and site data**
128
-
* Turn off the setting of **Block third*party cookies**
128
+
* Turn off the setting of **Block third-party cookies**
129
129
130
130
**Chrome**:
131
131
132
132
* Go to **Settings** for Chrome
133
133
* Search for "**Third*party**"
134
-
* Under **Default behavior**, select **Allow third*party cookies**
134
+
* Under **Default behavior**, select **Allow third-party cookies**
135
135
136
136
**Firefox**:
137
137
@@ -151,7 +151,7 @@ With Document Intelligence, you can quickly automate your data processing in app
151
151
|Scenario |Cause| Resolution|
152
152
|-------------|------|----------|
153
153
|You receive the error message</br> `Form Recognizer Not Found` when opening a custom project.|Your Document Intelligence resource, bound to the custom project was deleted or moved to another resource group.| There are two ways to resolve this problem: </br>• Re-create the Document Intelligence resource under the same subscription and resource group with the same name.</br>• Re-create a custom project with the migrated Document Intelligence resource and specify the same storage account.|
154
-
|You receive the error message</br> `PermissionDenied` when using prebuilt apps or opening a custom project.|The principal doesn't have access to API/Operation" when analyzing against prebuilt models or opening a custom project. It's likely the local (key-based) authentication is disabled for your Document Intelligence resource don't have enough permission to access the resource.|Reference [Azure role assignments](try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
154
+
|You receive the error message</br> `PermissionDenied` when using prebuilt apps or opening a custom project.|The principal doesn't have access to API/Operation when analyzing against prebuilt models or opening a custom project. It's likely the local (key-based) authentication is disabled for your Document Intelligence resource don't have enough permission to access the resource.|Reference [Azure role assignments](try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
155
155
|You receive the error message</br> `AuthorizationPermissionMismatch` when opening a custom project.|The request isn't authorized to perform the operation using the designated permission. It's likely the local (key-based) authentication is disabled for your storage account and you don't have the granted permission to access the blob data.|Reference [Azure role assignments](try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
156
156
|You can't sign in to Document Intelligence Studio and receive the error message</br> `InteractionRequiredAuthError:login_required:AADSTS50058:A silent sign-request was sent but no user is signed in`|It's likely that your browser is blocking third-party cookies so you can't successfully sign in.|To resolve, see [Manage third-party settings](#manage-third-party-settings-for-studio-access) for your browser.|
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/quickstarts/studio-custom-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ For custom projects, the following role assignments are required for different s
47
47
***Contributor**: You need this role to create a resource group and resources.
48
48
49
49
> [!NOTE]
50
-
> If local (key-based) authentication is disabled for your Document Intelligence service resource and storage account, be sure to obtain **Cognitive Services User** and **Storage Blob Data Contributor** roles respectively, so you have enough permissions to use Document Intelligence Studio. The **Storage Account Contributor** and **Contributor** roles only allow you to list keys but doesn't give you permission to use the resources when key-access is disabled.
50
+
> If local (key-based) authentication is disabled for your Document Intelligence service resource and storage account, be sure to obtain **Cognitive Services User** and **Storage Blob Data Contributor** roles respectively, so you have enough permissions to use Document Intelligence Studio. The **Storage Account Contributor** and **Contributor** roles only allow you to list keys but don't give you permission to use the resources when key-access is disabled.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/studio-overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
8
8
ms.topic: overview
9
-
ms.date: 02/27/2025
9
+
ms.date: 03/18/2025
10
10
ms.author: lajanuar
11
11
monikerRange: '>=doc-intel-3.0.0'
12
12
---
@@ -27,6 +27,8 @@ The studio is an online tool to visually explore, understand, train, and integra
27
27
* Train custom extraction models to extract fields from documents.
28
28
* Get sample code for the language specific `SDKs` to integrate into your applications.
29
29
30
+
:::image type="content" source="media/studio/home-page.png" alt-text="Screenshot of Document Intelligence Studio home page.":::
31
+
30
32
Currently, we're undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [Azure AI Foundry portal](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which determine the correct studio for your use case.
0 commit comments