Skip to content

Commit

Permalink
fix images for exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb committed Nov 7, 2023
1 parent c6f4d55 commit 62a8add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Instructions/Exercises/02-custom-document-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use the Azure AI Document Intelligence service, you need a Azure AI Document

## Gather documents for training

![An image of an invoice.](../02-custom-document-intelligence/sample-forms/Form_1.jpg)
![An image of an invoice used in this project.](../media/Form_1.jpg)

You'll use the sample forms from the **02-custom-document-intelligence/sample-forms** folder in this repo, which contain all the files you'll need to train and test a model.

Expand All @@ -74,7 +74,7 @@ You'll use the sample forms from the **02-custom-document-intelligence/sample-fo

1. On the **Overview** page for your resource group, note the **Subscription ID** and **Location**. You will need these values, along with your **resource group** name in subsequent steps.

![An example of the resource group page.](./images/resource_group_variables.png)
![An example of the resource group page.](../media/resource_group_variables.png)

1. In the terminal pane, run the following command to list Azure locations.

Expand Down

0 comments on commit 62a8add

Please sign in to comment.