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
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ 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. Form Recognizer Studio provides a platform for you to quickly try several service models and sample their returned data in an interactive manner. You can use Studio to experiment with the different Form Recognizer models and without the need to write any code. After trying Form Recognizer in the Studio, you can use the available client libraries and REST APIs to get started adding models and incorporating features within your own applications.
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. Form Recognizer Studio provides a platform for you to experiment with the different Form Recognizer models and sample their returned data in an interactive mannerwithout the need to write any code. After trying Form Recognizer Studio, you can use the available client libraries and REST APIs to get started adding models and incorporating features to your own applications.
21
21
22
22
## Get started using Form Recognizer Studio
23
23
@@ -34,23 +34,26 @@ recommendations: false
34
34
35
35
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:
36
36
37
-
a. **Access by Resource**.
37
+
**a. Access by Resource**.
38
+
38
39
* Choose your existing subscription.
39
40
* Select an existing resource group within your subscription or create a new one.
40
41
* Select your existing Form Recognizer or Cognitive services resource.
41
42
42
43
:::image type="content" source="media/studio/welcome-to-studio.png" alt-text="Screenshot of the configure service resource window.":::
43
44
44
-
b. **Access by API endpoint and key**.
45
-
* You can retrieve your endpoint and key from the Azure portal. Go to the overview page for your resource and select **Keys and Endpoint** from the left navigation bar.
45
+
**b. Access by API endpoint and key**.
46
+
47
+
* You can retrieve your endpoint and key from the Azure portal.
48
+
* Go to the overview page for your resource and select **Keys and Endpoint** from the left navigation bar.
46
49
47
50
:::image type="content" source="media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
48
51
49
-
1. Once you have completed configuring your resource, you'll be able to try the different models offered by Form Recognizer Studio.
52
+
1. Once you've completed configuring your resource, you'll be able to try the different models offered by Form Recognizer Studio.
50
53
51
-
:::image type="content" source="media/studio/form-recognizer-studio-front.png" alt-text="Screenshot of Form Recognizer Studio front page.":::
54
+
:::image type="content" source="media/studio/form-recognizer-studio-front.png" alt-text="Screenshot of Form Recognizer Studio front page.":::
52
55
53
-
1. From the front page, select any model offered by Form Recognizer to easily try using a no-code approach. Each model is explained in depth in the concept article section:
56
+
1. From the front page, select any model to easily try Form Recognizer using a no-code approach. Each model is explained in depth in the concepts section.
54
57
55
58
<!-- markdownlint-disable MD033 -->
56
59
@@ -60,12 +63,14 @@ recommendations: false
60
63
|**Prebuilt models**|<ul><li>[**W-2 form model**](concept-w2.md)</li><li>[**Invoice model**](concept-invoice.md)</li><li>[**Receipt model**](concept-receipt.md)</li><li>[**ID document model**](concept-id-document.md)</li><li>[**Business card model**](concept-business-card.md)</li></ul>
In Form Recognizer Studio, select the **Settings** icon in the top-right corner of the studio home page. Select the **Resource** tab to view resource details such as name and pricing tier. If you have access to other resources, you can switch resources as well.
68
+
In Form Recognizer Studio, select the **Settings** icon in the top-right corner of the studio home page to view your resource. Select the **Resource** tab to view resource details such as name and pricing tier. If you have access to other resources, you can switch resources as well.
66
69
67
70
:::image type="content" source="media/studio/form-recognizer-studio-resource-page.png" alt-text="Screenshot of the studio settings page resource tab.":::
68
71
72
+
Enjoy the Form Recognizer Studio and
73
+
69
74
## Next steps
70
75
71
76
* Go to Form Recognizer Studio to begin using the models offered by the service.
0 commit comments