Skip to content

Commit 59b69f4

Browse files
authored
Update v3-javascript-sdk.md
1 parent 24a5936 commit 59b69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/includes/v3-javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ In this example, we analyze an invoice using the **prebuilt-invoice** model.
308308
async function main() {
309309
const client = new DocumentAnalysisClient(endpoint, new AzureKeyCredential(key));
310310

311-
const poller = await client.beginAnalyzeDocumentFromUrl("prebuilt-layout", invoiceUrl);
311+
const poller = await client.beginAnalyzeDocumentFromUrl("prebuilt-invoice", invoiceUrl);
312312

313313
const {
314314
pages,

0 commit comments

Comments
 (0)