Skip to content

Commit aeca557

Browse files
authored
Update use-ai-foundry-pro-mode.md
Correcting alt text
1 parent d28b400 commit aeca557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this example, the schema is created to extract key fields from an invoice doc
6161

6262
* Specify the method to generate the value for each field.
6363

64-
:::image type="content" source="../media/quickstarts/add-fields.png" alt-text="Screenshot of upload step in user experience.":::
64+
:::image type="content" source="../media/quickstarts/add-fields.png" alt-text="Screenshot of create schema step in user experience.":::
6565

6666

6767
3. Once you feel that the schema is ready to test, select **Save**. You can always come back and make changes if needed.
@@ -70,19 +70,19 @@ In this example, the schema is created to extract key fields from an invoice doc
7070

7171
4. Upload one or more documents for 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.
7272

73-
:::image type="content" source="../media/quickstarts/reference-data.png" alt-text="Screenshot of completed schema.":::
73+
:::image type="content" source="../media/quickstarts/reference-data.png" alt-text="Screenshot of user adding reference data.":::
7474

7575
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.
7676

77-
:::image type="content" source="../media/quickstarts/prediction.png" alt-text="Screenshot of completed schema.":::
77+
:::image type="content" source="../media/quickstarts/prediction.png" alt-text="Screenshot of user running analysis on their data.":::
7878

7979
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.
8080

8181
:::image type="content" source="../media/quickstarts/build-analyzer.png" alt-text="Screenshot of built analyzer.":::
8282

8383
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.
8484

85-
:::image type="content" source="../media/quickstarts/view-code.png" alt-text="Screenshot of completed schema.":::
85+
:::image type="content" source="../media/quickstarts/view-code.png" alt-text="Screenshot of sample code.":::
8686

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

0 commit comments

Comments
 (0)