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-pro-mode.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
@@ -61,7 +61,7 @@ In this example, the schema is created to extract key fields from an invoice doc
61
61
62
62
* Specify the method to generate the value for each field.
63
63
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.":::
65
65
66
66
67
67
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
70
70
71
71
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.
72
72
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.":::
74
74
75
75
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.
76
76
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.":::
78
78
79
79
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.
80
80
81
81
:::image type="content" source="../media/quickstarts/build-analyzer.png" alt-text="Screenshot of built analyzer.":::
82
82
83
83
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.
84
84
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.":::
86
86
87
87
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