We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cfd6e commit 1b15851Copy full SHA for 1b15851
articles/ai-services/document-intelligence/quickstarts/includes/python-sdk.md
@@ -564,7 +564,7 @@ def analyze_invoice():
564
)
565
566
poller = document_intelligence_client.begin_analyze_document(
567
- "prebuilt-invoice", AnalyzeDocumentRequest(url_source=invoiceUrl
+ "prebuilt-invoice", AnalyzeDocumentRequest(url_source=invoiceUrl)
568
569
invoices = poller.result()
570
0 commit comments