Skip to content

Commit 0b30ce9

Browse files
committed
update python sdk
1 parent 784d6b8 commit 0b30ce9

File tree

1 file changed

+2
-2
lines changed
  • articles/ai-services/document-intelligence/quickstarts/includes

1 file changed

+2
-2
lines changed

articles/ai-services/document-intelligence/quickstarts/includes/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ After you add a code sample to your application, build and run your program:
249249

250250
:::moniker range="doc-intel-3.1.0"
251251

252-
To analyze a given file at a URL, you'll use the `begin_analyze_document_from_url` method and pass in `prebuilt-layout` as the model Id. The returned value is a `result` object containing data about the submitted document.
252+
To analyze a given file at a URL, use the `begin_analyze_document_from_url` method and pass in `prebuilt-layout` as the model ID. The returned value is a `result` object containing data about the submitted document.
253253

254254
**Add the following code sample to your form_recognizer_quickstart.py application. Make sure you update the key and endpoint variables with values from your Azure portal Form Recognizer instance:**
255255

@@ -778,7 +778,7 @@ After you add a code sample to your application, build and run your program:
778778

779779
:::moniker range="doc-intel-3.1.0"
780780

781-
To analyze a given file at a URI, you'll use the `begin_analyze_document_from_url` method and pass `prebuilt-invoice` as the model Id. The returned value is a `result` object containing data about the submitted document.
781+
To analyze a given file at a URI, use the `begin_analyze_document_from_url` method and pass `prebuilt-invoice` as the model ID. The returned value is a `result` object containing data about the submitted document.
782782

783783
**Add the following code sample to your form_recognizer_quickstart.py application. Make sure you update the key and endpoint variables with values from your Azure portal Form Recognizer instance:**
784784

0 commit comments

Comments
 (0)