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.
2 parents 4f6f810 + 1b15851 commit 7ef3649Copy full SHA for 7ef3649
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