Skip to content

Commit b7c913d

Browse files
authored
Update use-ai-foundry.md
1 parent 47c416f commit b7c913d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When you create a single-file Content Understanding task, you'll start by buildi
5656

5757
1. Upload a sample file of an invoice document or any other data relevant to your scenario.
5858

59-
:::image type="content" source="../media/quickstart/upload-data.png" alt-text="Screenshot of upload step in user experience.":::
59+
:::image type="content" source="../media/quickstarts/upload-data.png" alt-text="Screenshot of upload step in user experience.":::
6060

6161
1. Next, the Content Understanding service suggests analyzer templates based on your content type. Check out [Analyzer templates offered with Content Understanding](../concepts/analyzer-templates.md) for a full list of all templates offered for each modality. For this example, select **Document analysis** to build your own schema tailored to the invoice scenario. When using your own data, select the analyzer template that best fits your needs, or create your own. See [Analyzer templates](../concepts/analyzer-templates.md) for a full list of available templates.
6262

@@ -96,7 +96,7 @@ In this example, the schema is created to extract key fields from an invoice doc
9696

9797
1. Upload one or multiple sample files of invoice documents or any other document data relevant to your scenario.
9898

99-
:::image type="content" source="../media/quickstart/upload-test-data.png" alt-text="Screenshot of upload step in user experience.":::
99+
:::image type="content" source="../media/quickstarts/upload-test-data.png" alt-text="Screenshot of upload step in user experience.":::
100100

101101
2. Add fields to your schema:
102102

@@ -108,41 +108,41 @@ In this example, the schema is created to extract key fields from an invoice doc
108108

109109
* Specify the method to generate the value for each field.
110110

111-
:::image type="content" source="../media/quickstart/add-fields.png" alt-text="Screenshot of upload step in user experience.":::
111+
:::image type="content" source="../media/quickstarts/add-fields.png" alt-text="Screenshot of upload step in user experience.":::
112112

113113

114114
3. Select **Save**.
115115

116-
:::image type="content" source="../media/quickstart/save-schema.png" alt-text="Screenshot of completed schema.":::
116+
:::image type="content" source="../media/quickstarts/save-schema.png" alt-text="Screenshot of completed schema.":::
117117

118118
4. Upload one or more pieces of reference data for the service to analyze. Adding reference data allows the model to compare and apply multi-step reasoning to your test data in order to infer conclusions about that data.
119119

120-
:::image type="content" source="../media/quickstart/reference-data.png" alt-text="Screenshot of completed schema.":::
120+
:::image type="content" source="../media/quickstarts/reference-data.png" alt-text="Screenshot of completed schema.":::
121121

122122
5. Run analysis on your data. Kicking off analysis generates an output on your test files based on the schema that you just created, and applies predictions by comparing that output to your reference data.
123123

124-
:::image type="content" source="../media/quickstart/prediction.png" alt-text="Screenshot of completed schema.":::
124+
:::image type="content" source="../media/quickstarts/prediction.png" alt-text="Screenshot of completed schema.":::
125125

126126
6. Once you're satisfied with the quality of your output, select **Build analyzer**. This action creates an analyzer ID that you can integrate into your own applications, allowing you to call the analyzer from your code.
127127

128-
:::image type="content" source="../media/quickstart/build-analyzer.png" alt-text="Screenshot of built analyzer.":::
128+
:::image type="content" source="../media/quickstarts/build-analyzer.png" alt-text="Screenshot of built analyzer.":::
129129

130130
Now you successfully built your first Content Understanding analyzer, and are ready to start extracting insights from your data. When you select the analyzer you just created, you can view sample code to get started with implenting this in code.
131131

132-
:::image type="content" source="../media/quickstart/view-code.png" alt-text="Screenshot of completed schema.":::
132+
:::image type="content" source="../media/quickstarts/view-code.png" alt-text="Screenshot of completed schema.":::
133133

134134
Check out [Quickstart: Azure AI Content Understanding REST APIs](./use-rest-api.md) to utilize the REST API to call your analyzer.
135135

136136
## Sharing your project
137137

138138
In order to share and manage access to the project you created, navigate to the Management Center, found at the bottom of the navigation for your project:
139139

140-
:::image type="content" source="../media/quickstarts/cu-find-management-center.png" alt-text="Screenshot of where to find management center.":::
140+
:::image type="content" source="../media/quickstarts/cu-landing-page.png" alt-text="Screenshot of where to find management center.":::
141141

142142

143143
You can manage the users and their individual roles here:
144144

145-
:::image type="content" source="../media/quickstarts/cu-management-center.png" alt-text="Screenshot of Project users section of management center.":::
145+
:::image type="content" source="../media/quickstarts/management-center.png" alt-text="Screenshot of Project users section of management center.":::
146146

147147

148148
:::image type="content" source="../media/analyzer-template/sample-code.png" alt-text="Screenshot of analyzer sample code.":::

0 commit comments

Comments
 (0)