Skip to content

Commit d02baf5

Browse files
committed
update
1 parent 9f33bb2 commit d02baf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip install azure-ai-formrecognizer==3.2.0b3
5959

6060
```
6161

62-
### Create a new Python application
62+
## Create your Python application
6363

6464
To interact with the Form Recognizer service, you'll need to create an instance of the `DocumentAnalysisClient` class. To do so, you'll create an `AzureKeyCredential` with your `key` from the Azure portal and a `DocumentAnalysisClient` instance with the `AzureKeyCredential` and your Form Recognizer `endpoint`.
6565

0 commit comments

Comments
 (0)