Skip to content

Commit 648e23c

Browse files
authored
Update studio-overview.md
1 parent dde6634 commit 648e23c

File tree

1 file changed

+51
-24
lines changed

1 file changed

+51
-24
lines changed

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

Lines changed: 51 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: What is Document Intelligence (formerly Form Recognizer) Studio?
2+
title: Studio experience for Document Intelligence
33
titleSuffix: Azure AI services
4-
description: Learn how to set up and use Document Intelligence Studio to test features of Azure AI Document Intelligence on the web.
4+
description: Learn how to set up and use either Document Intelligence Studio or AI Studio to test features of Azure AI Document Intelligence on the web.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
@@ -14,18 +14,12 @@ monikerRange: '>=doc-intel-3.0.0'
1414
---
1515

1616

17-
<!-- markdownlint-disable MD033 -->
18-
# What is Document Intelligence Studio?
17+
<!-- markdownlint-disable MD033 -->
18+
# Studio experience for Document Intelligence
1919

2020
[!INCLUDE [applies to v4.0 v3.1 v3.0](includes/applies-to-v40-v31-v30.md)]
2121

22-
> [!IMPORTANT]
23-
>
24-
> * There are separate URLs for Document Intelligence Studio sovereign cloud regions.
25-
> * Azure for US Government: [Document Intelligence Studio (Azure Fairfax cloud)](https://formrecognizer.appliedai.azure.us/studio)
26-
> * Microsoft Azure operated by 21Vianet: [Document Intelligence Studio (Azure in China)](https://formrecognizer.appliedai.azure.cn/studio)
27-
28-
[Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/) is an online tool to visually explore, understand, train, and integrate features from the Document Intelligence service into your applications. The studio provides a platform for you to experiment with the different Document Intelligence models and sample returned data in an interactive manner without the need to write code. Use the Document Intelligence Studio to:
22+
The studio is an online tool to visually explore, understand, train, and integrate features from the Document Intelligence service into your applications. The studio provides a platform for you to experiment with the different Document Intelligence models and sample returned data in an interactive manner without the need to write code. You can use the studio experience to:
2923

3024
* Learn more about the different capabilities in Document Intelligence.
3125
* Use your Document Intelligence resource to test models on sample documents or upload your own documents.
@@ -34,6 +28,30 @@ monikerRange: '>=doc-intel-3.0.0'
3428
* Train custom extraction models to extract fields from documents.
3529
* Get sample code for the language specific `SDKs` to integrate into your applications.
3630

31+
Currently, we are undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [AI Studio](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which will determine the correct studio for your use case.
32+
33+
## Choosing the correct studio experience
34+
There are currently two studios, the [Azure AI Studio](https://ai.azure.com/explore/aiservices/vision) and the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) for building and validating Document Intelligence models. As the experiences migrate to the new AI Studio, some experiences are available in both studios, while other experiences/models are only available in only one of the studios. Below are some guidelines for choosing the Studio experience for your needs. Note that all of our [prebuilt models](overview.md#prebuilt-models) and [general extraction models](overview.md#general-extraction-models) are available on both studios.
35+
36+
### When to use [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio)
37+
Document Intelligence Studio is the legacy experience that contains all features released on or before July 2024. For any of the v2.1, v3.0, v3.1 features, continue to use the Document Intelligence Studio. Studios provide a visual experience for labeling, training and validating custom models. For custom document field extraction models use the Document Intelligence Studio for template and neural models. Custom classification models can only be trained and used on Document Intelligence Studio. Use Document Intelligence Studio if you want to try out GA versions of the models from version 2.1, v3.0 and v3.1.
38+
39+
### When to use [AI Studio](https://ai.azure.com/explore/aiservices/vision)
40+
Start with the new Azure AI Studio to try any of the prebuilt document models from 2024-02-29-preview version, general extraction models like Read or Layout or if you want to build and test a new [Document Field Extraction](https://ai.azure.com/explore/aiservices/vision/document/extraction) model leveraging Generative AI. This new extraction model is only available in the new AI Studio.
41+
42+
43+
## Learn more about Document Intelligence Studio
44+
Select the studio experience from the tabs below to learn more about each studio and how you can get started.
45+
46+
### [**Document Intelligence Studio**](#tab/di-studio)
47+
48+
> [!IMPORTANT]
49+
>
50+
> * There are separate URLs for Document Intelligence Studio sovereign cloud regions.
51+
> * Azure for US Government: [Document Intelligence Studio (Azure Fairfax cloud)](https://formrecognizer.appliedai.azure.us/studio)
52+
> * Microsoft Azure operated by 21Vianet: [Document Intelligence Studio (Azure in China)](https://formrecognizer.appliedai.azure.cn/studio)
53+
54+
3755
The studio supports Document Intelligence v3.0 and later API versions for model analysis and custom model training. Previously trained v2.1 models with labeled data are supported, but not v2.1 model training. Refer to the [REST API migration guide](v3-1-migration-guide.md) for detailed information about migrating from v2.1 to v3.0.
3856

3957
Use the [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md) to get started analyzing documents with document analysis or prebuilt models. Build custom models and reference the models in your applications using one of the [language specific `SDKs`](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true). To use Document Intelligence Studio, you need to acquire the following assets from the Azure portal:
@@ -42,7 +60,7 @@ Use the [Document Intelligence Studio quickstart](quickstarts/try-document-intel
4260

4361
* **An Azure AI services or Document Intelligence resource**. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIServices) resource, in the Azure portal to get your key and endpoint. Use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
4462

45-
## Authorization policies
63+
#### Authorization policies
4664

4765
Your organization can opt to disable local authentication and enforce Microsoft Entra (formerly Azure Active Directory) authentication for Azure AI Document Intelligence resources and Azure blob storage.
4866

@@ -63,7 +81,7 @@ Your organization can opt to disable local authentication and enforce Microsoft
6381
> * In Azure context, Contributor role can only perform actions to control and manage the resource itself, including listing the access keys.
6482
> * 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 will be disabled and **Cognitive Service User** role will be required for an account to use the resources.
6583
66-
## Document Intelligence model support
84+
#### Document Intelligence model support
6785

6886
Use the help wizard, labeling interface, training step, and interactive visualizations to understand how each feature works.
6987

@@ -79,7 +97,7 @@ Use the help wizard, labeling interface, training step, and interactive visualiz
7997

8098
* **Add-on Capabilities**: Document Intelligence supports more sophisticated analysis capabilities. These optional capabilities can be enabled and disabled in the studio using the `Analyze Options` button in each model page. There are four add-on capabilities available: `highResolution`, `formula`, `font`, and `barcode extraction` capabilities. To learn more, *see* [Add-on capabilities](concept-add-on-capabilities.md).
8199

82-
## Try a Document Intelligence model
100+
#### Try a Document Intelligence model
83101

84102
* Once your resource is configured, you can try the different models offered by Document Intelligence Studio. From the front page, select any Document Intelligence model to try using with a no-code approach.
85103

@@ -91,15 +109,15 @@ Use the help wizard, labeling interface, training step, and interactive visualiz
91109

92110
To learn more about each model, *see* our concept pages.
93111

94-
### View resource details
112+
##### View resource details
95113

96114
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.
97115

98116
:::image type="content" source="media/studio/form-recognizer-studio-resource-page.png" alt-text="Screenshot of the studio settings page resource tab.":::
99117

100118
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.
101119

102-
## Analyze options
120+
#### Analyze options
103121

104122
* Document Intelligence supports sophisticated analysis capabilities. The Studio allows one entry point (Analyze options button) for configuring the add-on capabilities with ease.
105123
* Depending on the document extraction scenario, configure the analysis range, document page range, optional detection, and premium detection features.
@@ -109,7 +127,7 @@ With Document Intelligence, you can quickly automate your data processing in app
109127
> [!NOTE]
110128
> Font extraction is not visualized in Document Intelligence Studio. However, you can check the styles section of the JSON output for the font detection results.
111129
112-
### Auto label documents with prebuilt models or one of your own models
130+
##### Auto label documents with prebuilt models or one of your own models
113131

114132
* In custom extraction model labeling page, you can now auto label your documents using one of Document Intelligent Service prebuilt models or your trained models.
115133

@@ -119,33 +137,33 @@ With Document Intelligence, you can quickly automate your data processing in app
119137

120138
:::image type="content" source="media/studio/duplicate-labels.png" alt-text="Screenshot showing duplicate label warning after auto labeling.":::
121139

122-
### Auto label tables
140+
##### Auto label tables
123141

124142
* In custom extraction model labeling page, you can now auto label the tables in the document without having to label the tables manually.
125143

126144
:::image type="content" source="media/studio/auto-table-label.gif" alt-text="Animated screenshot showing auto table labeling in Studio.":::
127145

128-
### Add test files directly to your training dataset
146+
##### Add test files directly to your training dataset
129147

130148
* Once you train a custom extraction model, make use of the test page to improve your model quality by uploading test documents to training dataset if needed.
131149

132150
* If a low confidence score is returned for some labels, make sure to correctly label your content. If not, add them to the training dataset and relabel to improve the model quality.
133151

134152
:::image type="content" source="media/studio/add-from-test.gif" alt-text="Animated screenshot showing how to add test files to training dataset.":::
135153

136-
### Make use of the document list options and filters in custom projects
154+
##### Make use of the document list options and filters in custom projects
137155

138156
* Use the custom extraction model labeling page to navigate through your training documents with ease by making use of the search, filter, and sort by feature.
139157

140158
* Utilize the grid view to preview documents or use the list view to scroll through the documents more easily.
141159

142160
:::image type="content" source="media/studio/document-options.png" alt-text="Screenshot of document list view options and filters.":::
143161

144-
### Project sharing
162+
##### Project sharing
145163

146164
Share custom extraction projects with ease. For more information, see [Project sharing with custom models](how-to-guides/project-share-custom-models.md).
147165

148-
## Troubleshooting
166+
#### Troubleshooting
149167

150168
|Scenario |Cause| Resolution|
151169
|-------------|------|----------|
@@ -154,7 +172,7 @@ Share custom extraction projects with ease. For more information, see [Project s
154172
|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](quickstarts/try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
155173
|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.|
156174

157-
### Manage third-party settings for Studio access
175+
##### Manage third-party settings for Studio access
158176

159177
**Edge**:
160178

@@ -182,8 +200,17 @@ Share custom extraction projects with ease. For more information, see [Project s
182200
* Select **Privacy**
183201
* Deselect **Block all cookies**
184202

203+
### [**AI Studio**](#tab/ai-studio)
204+
205+
Document Intelligence is part of the Azure AI services offerings in the Azure AI Studio. Each of the Azure AI services help developers and organizations rapidly create intelligent, cutting-edge, market-ready, and responsible applications with out-of-the-box and prebuilt and customizable APIs and models.
206+
207+
Follow this [guide](https://learn.microsoft.com/en-us/azure/ai-studio/ai-services/connect-ai-services) to connect AI services to your hub in Azure AI Studio to get started with using Document Intelligence.
208+
209+
210+
211+
185212
## Next steps
186213

187214
* Visit [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio).
188-
215+
* Visit [AI Studio](https://ai.azure.com/explore/aiservices/vision).
189216
* Get started with [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md).

0 commit comments

Comments
 (0)