Skip to content

Commit db8c19f

Browse files
committed
add new studio overview article
1 parent 8def3fa commit db8c19f

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

articles/applied-ai-services/form-recognizer/form-recognizer-studio-overview.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ recommendations: false
3030
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

3232
> [!TIP]
33-
> Create a Cognitive Services resource if you plan to access multiple cognitive services under a single endpoint/key. For 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).
33+
> Create a Cognitive Services resource if you plan to access multiple cognitive services under a single endpoint/key. For 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).
3434
3535
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:
3636

37-
a. **Access by Resource**.
37+
a. **Access by Resource**.
3838
* Choose your existing subscription.
3939
* Select an existing resource group within your subscription or create a new one.
4040
* Select your existing Form Recognizer or Cognitive services resource.
4141

4242
:::image type="content" source="media/studio/welcome-to-studio.png" alt-text="Screenshot of the configure service resource window.":::
4343

44-
b. **Access by API endpoint and key**.
44+
b. **Access by API endpoint and key**.
4545
* 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.
4646

4747
:::image type="content" source="media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
@@ -52,26 +52,13 @@ recommendations: false
5252

5353
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:
5454

55-
<!-- markdownlint-disable MD036 -->
55+
<!-- markdownlint-disable MD033 -->
5656

57-
**Document analysis models**
58-
59-
* [**Read model**](concept-read.md).
60-
* [**Layout model**](concept-layout.md).
61-
* [**General document model**](concept-general-document.md) .
62-
63-
**Prebuilt models**
64-
65-
* [**W-2 form model**](concept-w2.md).
66-
* [**Invoice model**](concept-invoice.md).
67-
* [**Receipt model**](concept-receipt.md).
68-
* [**ID document model**](concept-id-document.md).
69-
* [**Business card model**](concept-business-card.md).
70-
71-
**Custom models**
72-
73-
* [**Custom model**](concept-custom.md).
74-
* [**Composed model**](concept-model-overview.md).
57+
| Model type| Models |
58+
|-----|-----|
59+
|Document analysis models| <ul><li>[**Read model**](concept-read.md)</li><li>[**Layout model**](concept-layout.md)</li><li>[**General document model**](concept-general-document.md)</li></ul>.</br></br>
60+
|**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>
61+
|Custom models|<ul><li>[**Custom model**](concept-custom.md)</li><ul><li>[**Template model**](concept-custom-template.md)</li><li>[**Neural model**](concept-custom-template.md)</li></ul><li>[**Composed model**](concept-model-overview.md)</li></ul>
7562

7663
### View and manage your resource
7764

0 commit comments

Comments
 (0)