Skip to content

Commit ea8bc89

Browse files
authored
Merge pull request #175083 from sanjeev3/master
new image tag with border true
2 parents a17dbcb + 230a193 commit ea8bc89

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ A **standard performance** [**Azure Blob Storage account**](https://ms.portal.az
3737

3838
1. Go to the [Azure portal](https://ms.portal.azure.com/#home) and navigate as follows: **Your storage account****Data storage****Containers**
3939

40-
:::image type="content" source="../media/sas-tokens/data-storage-menu.png" alt-text="Screenshot: Data storage menu in the Azure portal.":::
40+
:::image border="true" type="content" source="../media/sas-tokens/data-storage-menu.png" alt-text="Screenshot: Data storage menu in the Azure portal.":::
4141

4242
1. Select a **container** from the list.
4343

4444
1. Select **Upload** from the menu at the top of the page.
4545

46-
:::image type="content" source="../media/sas-tokens/container-upload-button.png" alt-text="Screenshot: container upload button in the Azure portal.":::
46+
:::image border="true" type="content" source="../media/sas-tokens/container-upload-button.png" alt-text="Screenshot: container upload button in the Azure portal.":::
4747

4848
1. The **Upload blob** window will appear.
4949

5050
1. Select your file(s) to upload.
5151

52-
:::image type="content" source="../media/sas-tokens/upload-blob-window.png" alt-text="Screenshot: upload blob window in the Azure portal.":::
52+
:::image border="true" type="content" source="../media/sas-tokens/upload-blob-window.png" alt-text="Screenshot: upload blob window in the Azure portal.":::
5353

5454
> [!NOTE]
5555
> By default, the Studio will use form documents that are located at the root of your container. However, you can use data organized in folders if specified in the Custom form project creation steps. *See* [**Organize your data in subfolders**](/azure/applied-ai-services/form-recognizer/build-training-data-set#organize-your-data-in-subfolders-optional)
@@ -64,7 +64,7 @@ After you have completed the prerequisites, navigate to the [Form Recognizer Stu
6464

6565
1. Review and confirm your selections.
6666

67-
![Form Recognizer Studio Getting Started example](../media/quickstarts/form-recognizer-studio-get-started.gif)
67+
:::image border="true" type="content" source="../media/quickstarts/form-recognizer-studio-get-started.gif" alt-text="Form Recognizer Studio Getting Started example":::
6868

6969
## Layout
7070

@@ -80,7 +80,7 @@ In the Layout view:
8080

8181
1. In the output section's Result tab, browse the JSON output to understand the service response format. Copy and download to jumpstart integration.
8282

83-
![Form Recognizer Layout example](../media/quickstarts/layout-get-started-fixed.gif)
83+
:::image border="true" type="content" source="../media/quickstarts/layout-get-started-fixed.gif" alt-text="Form Recognizer Layout example":::
8484

8585
## Prebuilt models
8686

@@ -96,10 +96,12 @@ In the Prebuilt view:
9696

9797
1. In the output section's Result tab, browse the JSON output to understand the service response format. Copy and download to jumpstart integration.
9898

99-
![Form Recognizer Prebuilt example](../media/quickstarts/prebuilt-get-started-fixed.gif)
99+
:::image border="true" type="content" source="../media/quickstarts/prebuilt-get-started-fixed.gif" alt-text="Form Recognizer Prebuilt example":::
100100

101101
## Custom models
102102

103+
### Getting started
104+
103105
To create custom models, you start with configuring your project:
104106

105107
1. From the Studio home, select the Custom form project to open the Custom form home page.
@@ -110,8 +112,9 @@ To create custom models, you start with configuring your project:
110112

111113
1. Review and submit your settings to create the project.
112114

115+
:::image border="true" type="content" source="../media/quickstarts/1-custom-model-get-started.gif" alt-text="Form Recognizer Custom project Getting Started example":::
113116

114-
![Form Recognizer Custom project Getting Started example](../media/quickstarts/1-custom-model-get-started.gif)
117+
### Basic flow
115118

116119
After the project creation step, in the custom model phase:
117120

@@ -127,7 +130,9 @@ After the project creation step, in the custom model phase:
127130

128131
1. Iterate on the steps to improve your model.
129132

130-
![Form Recognizer Custom project basic workflow](../media/quickstarts/2-custom-model-basic-steps.gif)
133+
:::image border="true" type="content" source="../media/quickstarts/2-custom-model-basic-steps.gif" alt-text="Form Recognizer Custom project basic workflow":::
134+
135+
### Other features
131136

132137
In addition, view all your models using the Models tab on the left. From the list view, select model(s) to perform the following actions:
133138

0 commit comments

Comments
 (0)