Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.44 KB

v3-javascript-sdk-prebuilt-invoice-output.md

File metadata and controls

43 lines (22 loc) · 1.44 KB

Quickstart output: Python SDK prebuilt-invoice model (beta)

Reference documentation | Library source code | Package (npm) | Samples

You can get started using the Azure Form Recognizer layout model with the JavaScript programming language quickstart. The layout model analyzes and extracts tables, lines, words, and selection marks like radio buttons and check boxes from forms and documents, without the need to train a model. Here is the expected outcome from the prebuilt-invoice model quickstart code:

Prebuilt-invoice output

Vendor Name: CONTOSO LTD.

Customer Name: MICROSOFT CORPORATION

Invoice Date: 2019-11-15T00:00:00.000Z

Due Date: 2019-12-15T00:00:00.000Z

Items:

  Description: Test for 23 fields

  Quantity: 1

  Date: undefined

  Unit: undefined

  Unit Price: 1

  Tax: undefined

  Amount: 100

Subtotal: 100

Previous Unpaid Balance: 500

Tax: 10

Amount Due: 610