Skip to content

Commit ed1b076

Browse files
committed
update python to single script
1 parent 0bf0f9e commit ed1b076

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ pip install azure-ai-formrecognizer==3.2.0b3
6464

6565
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`.
6666

67-
1. Create a new Python file called **form_recognizer_quickstart.py** in your preferred editor or IDE and select one of the following code samples to copy and pasted into your application:
67+
1. Create a new Python file called **form_recognizer_quickstart.py** in your preferred editor or IDE.
68+
69+
1. Open the **form_recognizer_quickstart.py** file and select one of the following code samples to copy and pasted into your application:
6870

6971
* [**General document**](#general-document-model)
7072

0 commit comments

Comments
 (0)