You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/quickstart/use-ai-foundry.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ When you create a single-file Content Understanding task, you'll start by upload
59
59
60
60
1. Select **Create**.
61
61
62
-
:::image type="content" source="../media/analyzer-template/define-schema-template-selection.png" alt-text="Screenshot of analyzer templates.":::
62
+
:::image type="content" source="../media/quickstarts/invoice-template-selection.png" alt-text="Screenshot of analyzer templates.":::
63
63
64
64
1. Next, you can add fields to your schema to reflect all of the outputs you want to generate.
65
65
@@ -75,15 +75,15 @@ When you create a single-file Content Understanding task, you'll start by upload
75
75
76
76
1. Once you feel that the schema is ready to test, select **Save**. You can always come back and make changes if needed.
77
77
78
-
:::image type="content" source="../media/analyzer-template/define-schema.png" alt-text="Screenshot of completed schema.":::
78
+
:::image type="content" source="../media/quickstarts/define-invoice-schema.png" alt-text="Screenshot of completed schema.":::
79
79
80
80
1. With the completed schema, Content Understanding now generates the output on your sample data. At this step, you can add more data to test the analyzer's accuracy or make changes to the schema if needed.
81
81
82
-
:::image type="content" source="../media/analyzer-template/test-analyzer.png" alt-text="Screenshot of schema testing step.":::
82
+
:::image type="content" source="../media/quickstarts/test-invoice.png" alt-text="Screenshot of schema testing step.":::
83
83
84
84
1. 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.
85
85
86
-
:::image type="content" source="../media/analyzer-template/build-analyzer.png" alt-text="Screenshot of built analyzer.":::
86
+
:::image type="content" source="../media/quickstart/build-invoice-analyzer.png" alt-text="Screenshot of built analyzer.":::
87
87
88
88
Now you successfully built your first Content Understanding analyzer, and are ready to start extracting insights from your data. Check out [Quickstart: Azure AI Content Understanding REST APIs](./use-rest-api.md) to utilize the REST API to call your analyzer.
0 commit comments