Skip to content

Commit ae26e76

Browse files
Merge pull request #214799 from laujan/patch-164
Update concept-invoice.md
2 parents ebb0b7f + fec6e7f commit ae26e76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ See how data, including customer information, vendor details, and line items, is
105105
| PaymentTerm | String | The terms of payment for the invoice | |
106106
| SubTotal | Number | Subtotal field identified on this invoice | Integer |
107107
| TotalTax | Number | Total tax field identified on this invoice | Integer |
108-
| TotalVAT | Number | Total VAT field identified on this invoice | Integer |
109108
| InvoiceTotal | Number (USD) | Total new charges associated with this invoice | Integer |
110109
| AmountDue | Number (USD) | Total Amount Due to the vendor | Integer |
111110
| ServiceAddress | String | Explicit service address or property address for the customer | |
@@ -131,7 +130,6 @@ Following are the line items extracted from an invoice in the JSON output respon
131130
| Unit | String| The unit of the line item, e.g, kg, lb etc. | Hours | |
132131
| Date | Date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021| 2021-03-04 |
133132
| Tax | Number | Tax associated with each line item. Possible values include tax amount, tax %, and tax Y/N | 10% | |
134-
| VAT | Number | Stands for Value added tax. VAT is a flat tax levied on an item. Common in European countries | €20.00 | |
135133

136134
The invoice key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
137135

0 commit comments

Comments
 (0)