Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Instructions/Labs/03-prebuilt-doc-intelligence-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Now you're ready to use the SDK to evaluate the pdf file.

The file is opened in a code editor.

1. In the code file, find the comment **Import the required libraries** and add the following code:
1. In the code file, find the comment **Add references** and add the following code:

```python
# Add references
Expand All @@ -151,7 +151,7 @@ Now you're ready to use the SDK to evaluate the pdf file.
)
```

1. Find the comment **Display invoice information to the user**and add the following code:
1. Find the comment **Display invoice information to the user** and add the following code:

```python
# Display invoice information to the user
Expand Down