Skip to content

Commit 6ad522d

Browse files
committed
update image
1 parent e626219 commit 6ad522d

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,24 @@ recommendations: false
1717
>[!NOTE]
1818
> Form Recognizer Studio is currently in public preview. Some features may not be supported or have limited capabilities.
1919
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 manner without 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.
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.
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.
2123

2224
## Get started using Form Recognizer Studio
2325

24-
1. To use Form Recognizer Studio, you'll need the following resources:
26+
1. To use Form Recognizer Studio, you'll need the following assets:
2527

2628
* **Azure subscription** - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
2729

28-
* **A 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.
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.
2931

30-
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
32+
* Use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3133

3234
> [!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).
35+
>
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).
3438
3539
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:
3640

@@ -44,16 +48,16 @@ recommendations: false
4448

4549
**b. Access by API endpoint and key**.
4650

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.
51+
* Retrieve your endpoint and key from the Azure portal.
52+
* Go to the overview page for your resource and select **Keys and Endpoint** from the left navigation bar.
4953

5054
:::image type="content" source="media/containers/keys-and-endpoint.png" alt-text="Screenshot: keys and endpoint location in the Azure portal.":::
5155

5256
1. Once you've completed configuring your resource, you'll be able to try the different models offered by Form Recognizer Studio.
5357

5458
:::image type="content" source="media/studio/form-recognizer-studio-front.png" alt-text="Screenshot of Form Recognizer Studio front page.":::
5559

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.
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.
5761

5862
<!-- markdownlint-disable MD033 -->
5963

@@ -65,13 +69,14 @@ recommendations: false
6569

6670
### Manage your resource
6771

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.
72+
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.
6973

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

72-
Enjoy the Form Recognizer Studio and
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.
7377

7478
## Next steps
7579

76-
* Go to Form Recognizer Studio to begin using the models offered by the service.
77-
* For more information on models and their capabilities, see [Azure Form Recognizer overview](overview.md).
80+
* Visit [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio) to begin using the models presented by the service.
81+
82+
* For more information on Form Recognizer capabilities, see [Azure Form Recognizer overview](overview.md).

0 commit comments

Comments
 (0)