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
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/form-recognizer-studio-overview.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,24 @@ recommendations: false
17
17
>[!NOTE]
18
18
> Form Recognizer Studio is currently in public preview. Some features may not be supported or have limited capabilities.
19
19
20
-
[Form Recognizer Studio preview](https://formrecognizer.appliedai.azure.com/)is an online tool to visually explore, understand, and integrate features from the Form Recognizer service into your applications. The studio provides a platform for you to experiment with the different Form Recognizer models and sample their returned data in an interactive manner without the need to write code.
20
+
Form Recognizer Studio is an online tool to visually explore, understand, and integrate features from the Form Recognizer service into your applications. The studio provides a platform for you to experiment with the different Form Recognizer models and sample their returned data in an interactive manner without the need to write code.
21
21
22
-
The studio supports all Form Recognizer v3.0 models v2.1 models with labeled data. Refer to the [REST API migration guide](v3-migration-guide.md) for detailed information about migrating from v2.1 to v3.0.
22
+
The studio supports all Form Recognizer v3.0 models and v2.1 models with labeled data. Refer to the [REST API migration guide](v3-migration-guide.md) for detailed information about migrating from v2.1 to v3.0.
23
23
24
24
## Get started using Form Recognizer Studio
25
25
26
26
1. To use Form Recognizer Studio, you'll need the following assets:
27
27
28
28
***Azure subscription** - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
29
29
30
-
***Cognitive Services or Form Recognizer 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.CognitiveServicesAllInOne) resource, in the Azure portal to get your key and endpoint.
31
-
32
-
* Use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
30
+
***Cognitive Services or Form Recognizer 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.CognitiveServicesAllInOne) 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.
33
31
34
32
> [!TIP]
35
33
>
36
-
> * Create a Cognitive Services (multi-service) resource if you plan to access multiple cognitive services under a single endpoint/key.
37
-
> *For single-service Form Recognizer access only, create a Form Recognizer resource. Please note that you'll need a single-service resource if you intend to use [Azure Active Directory authentication](../../active-directory/authentication/overview-authentication.md).
34
+
> * Create a Cognitive Services (multi-service) resource if you plan to access multiple cognitive services under a single endpoint and key.
35
+
> *Create a single-service resource for Form Recognizer access only. Please note that you'll need a single-service resource if you intend to use [Azure Active Directory authentication](../../active-directory/authentication/overview-authentication.md).
38
36
39
-
1. Navigate to the Form Recognizer Studio. If it's your first time logging in, a popup window will appear prompting you to configure your service resource. You have two options:
37
+
1. Navigate to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/). If it's your first time logging in, a popup window will appear prompting you to configure your service resource. You have two options:
40
38
41
39
**a. Access by Resource**.
42
40
@@ -53,27 +51,28 @@ The studio supports all Form Recognizer v3.0 models v2.1 models with labeled dat
53
51
54
52
:::image type="content" source="media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
55
53
56
-
1. Once you've completed configuring your resource, you'll be able to try the different models offered by Form Recognizer Studio.
54
+
1. Once you've completed configuring your resource, you'll be able to try the different models offered by Form Recognizer Studio. From the front page, select any Form Recognizer model to try using a no-code approach.
57
55
58
56
:::image type="content" source="media/studio/form-recognizer-studio-front.png" alt-text="Screenshot of Form Recognizer Studio front page.":::
59
57
60
-
1. From the front page, select any Form Recognizer model to try using a no-code approach. Each model is explained in depth in the concepts pages.
61
-
62
58
<!-- markdownlint-disable MD033 -->
59
+
1. After trying Form Recognizer Studio, use the [**C#**](quickstarts/try-v3-csharp-sdk.md), [**Java**](quickstarts/try-v3-java-sdk.md), [**JavaScript**](quickstarts/try-v3-javascript-sdk.md) or [**Python**](quickstarts/try-v3-python-sdk.md) client libraries or the [**REST API**](quickstarts/try-v3-rest-api.md) to get started incorporating Form Recognizer models into your own applications.
60
+
61
+
To learn more about each model, *see* the concepts pages.
To view resource details such as name and pricing tier, select the **Settings** icon in the top-right corner of the In Form Recognizer Studio home page and select the **Resource** tab. If you have access to other resources, you can switch resources as well.
71
+
To view resource details such as name and pricing tier, select the **Settings** icon in the top-right corner of the Form Recognizer Studio home page and select the **Resource** tab. If you have access to other resources, you can switch resources as well.
73
72
74
73
:::image type="content" source="media/studio/form-recognizer-studio-resource-page.png" alt-text="Screenshot of the studio settings page resource tab.":::
75
74
76
-
After trying Form Recognizer Studio, you can use the [**C#**](quickstarts/try-v3-csharp-sdk.md), [**Java**](quickstarts/try-v3-java-sdk.md), [**JavaScript**](quickstarts/try-v3-javascript-sdk.md) or [**Python**](quickstarts/try-v3-python-sdk.md) client libraries or the [**REST API**](quickstarts/try-v3-rest-api.md) to get started incorporating Form Recognizer models into your own applications.
75
+
With Form Recognizer, you can quickly automate your data processing in applications and workflows, easily enhance data-driven strategies, and skillfully enrich document search capabilities.
0 commit comments