@@ -30,12 +30,12 @@ echo strval($apiResponse->document);
3030########
3131Document
3232########
33- :Mindee ID: 16bd8752-8c4d-450f-8213-f33b2097504c
33+ :Mindee ID: 80f2328c-58a5-486a-9599-eb2d738680f0
3434:Filename: default_sample.jpg
3535
3636Inference
3737#########
38- :Product: mindee/invoices v4.2
38+ :Product: mindee/invoices v4.4
3939:Rotation applied: Yes
4040
4141Prediction
@@ -47,14 +47,15 @@ Prediction
4747:Due Date: 2018-09-25
4848:Total Net:
4949:Total Amount: 2608.20
50+ :Total Tax: 193.20
5051:Taxes:
5152 +---------------+--------+----------+---------------+
5253 | Base | Code | Rate (%) | Amount |
5354 +===============+========+==========+===============+
5455 | | | 8.00 | 193.20 |
5556 +---------------+--------+----------+---------------+
5657:Supplier Payment Details:
57- :Supplier Name: TURNPIKE DESIGNS CO.
58+ :Supplier Name: TURNPIKE DESIGNS
5859:Supplier Company Registrations:
5960:Supplier Address: 156 University Ave, Toronto ON, Canada M5H 2H7
6061:Customer Name: JIRO DOI
@@ -84,14 +85,15 @@ Page 0
8485:Due Date: 2018-09-25
8586:Total Net:
8687:Total Amount: 2608.20
88+ :Total Tax: 193.20
8789:Taxes:
8890 +---------------+--------+----------+---------------+
8991 | Base | Code | Rate (%) | Amount |
9092 +===============+========+==========+===============+
9193 | | | 8.00 | 193.20 |
9294 +---------------+--------+----------+---------------+
9395:Supplier Payment Details:
94- :Supplier Name: TURNPIKE DESIGNS CO.
96+ :Supplier Name: TURNPIKE DESIGNS
9597:Supplier Company Registrations:
9698:Supplier Address: 156 University Ave, Toronto ON, Canada M5H 2H7
9799:Customer Name: JIRO DOI
@@ -342,5 +344,12 @@ echo $result->document->inference->prediction->totalAmount->value;
342344echo $result->document->inference->prediction->totalNet->value;
343345```
344346
347+ ## Total Tax
348+ ** totalTax** : The total tax: includes all the taxes paid for this invoice.
349+
350+ ``` php
351+ echo $result->document->inference->prediction->totalTax->value;
352+ ```
353+
345354# Questions?
346355[ Join our Slack] ( https://join.slack.com/t/mindee-community/shared_invite/zt-1jv6nawjq-FDgFcF2T5CmMmRpl9LLptw )
0 commit comments