Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.36 KB

v3-csharp-quickstart-prebuilt-invoice-output.md

File metadata and controls

25 lines (13 loc) · 1.36 KB

Quickstart output: C# SDK prebuilt invoice model (beta)

Reference documentation | Library Source Code | Package (NuGet) | Samples

You can get started using the Azure Form Recognizer prebuilt model with the C# programming language quickstart. The prebuilt model analyzes and extracts common fields from specific document types using a prebuilt model. Here is the expected outcome from the prebult invoice model quickstart code:

Prebuilt invoice model output

Document 0:

Vendor Name: 'CONTOSO LTD.', with confidence 0.962

Customer Name: 'MICROSOFT CORPORATION', with confidence 0.951

Item:

  Description: 'Test for 23 fields', with confidence 0.899

  Amount: '100', with confidence 0.902

Sub Total: '100', with confidence 0.979

Total Tax: '10', with confidence 0.979

Invoice Total: '110', with confidence 0.973