You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-invoice.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,9 +220,9 @@ See how data, including customer information, vendor details, and line items, is
220
220
|CustomerTaxId|string|The taxpayer number associated with the customer|765432-1|
221
221
| PaymentTerm |string | The terms of payment for the invoice |Net90 |
222
222
| KVKNumber |string | A unique identifier for businesses registered in the Netherlands (NL-only)|12345678|
223
+
| CurrencyCode |string | The currency code associated with the extracted amount ||
223
224
| PaymentDetails | array | An array that holds Payment Option details such as `IBAN`,`SWIFT`, `BPayBillerCode(AU)`, `BPayReference(AU)`||
224
225
|TaxDetails|array|An array that holds tax details like amount and rate||
225
-
| CurrencyCode |string | The currency code associated with the extracted amount ||
226
226
| TaxDetails | array | AN array that holds added tax information such as `CGST`, `IGST`, and `SGST`. This line item is currently only available for the Germany (`de`), Spain (`es`), Portugal (`pt`), and English Canada (`en-CA`) locales||
227
227
228
228
### Line items array
@@ -232,14 +232,14 @@ Following are the line items extracted from an invoice in the JSON output respon
232
232
|Name| Type | Description | Value (standardized output) |
233
233
|:-----|:----|:----|:----|
234
234
| Amount | currency | The amount of the line item | $60.00 |
235
-
| Date |Date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021|
235
+
| Date |date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021|
236
236
| Description | string | The text description for the invoice line item | Consulting service|
237
237
| Quantity | number | The quantity for this invoice line item | 2 |
238
238
| ProductCode | string| Product code, product number, or SKU associated with the specific line item | A123|
239
239
| Tax | currency | Tax associated with each line item. Possible values include tax amount and tax Y/N | $6.00 |
240
240
| TaxRate | string | Tax Rate associated with each line item. | 18%|
241
241
| Unit | string| The unit of the line item, e.g, kg, lb etc. | Hours|
242
-
| UnitPrice |Number| The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 |
242
+
| UnitPrice |number| The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 |
243
243
244
244
The invoice key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
0 commit comments