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
The Java OCR SDK supports the [Bill of Lading API](https://platform.mindee.com/mindee/bill_of_lading).
8
8
9
-
The [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/bill_of_lading/default_sample.jpg) can be used for testing purposes.
9
+
Using the [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/bill_of_lading/default_sample.jpg), we are going to illustrate how to extract the data that we want using the OCR SDK.
10
10

11
11
12
12
# Quick-Start
@@ -54,6 +54,55 @@ public class SimpleMindeeClient {
The Java OCR SDK supports the [Energy Bill API](https://platform.mindee.com/mindee/energy_bill_fra).
8
8
9
-
The [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/energy_bill_fra/default_sample.jpg) can be used for testing purposes.
9
+
Using the [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/energy_bill_fra/default_sample.jpg), we are going to illustrate how to extract the data that we want using the OCR SDK.
10
10

11
11
12
12
# Quick-Start
@@ -54,6 +54,66 @@ public class SimpleMindeeClient {
54
54
}
55
55
56
56
```
57
+
58
+
**Output (RST):**
59
+
```rst
60
+
########
61
+
Document
62
+
########
63
+
:Mindee ID: 17f0ccef-e3fe-4a28-838d-d704489d6ce7
64
+
:Filename: default_sample.pdf
65
+
66
+
Inference
67
+
#########
68
+
:Product: mindee/energy_bill_fra v1.0
69
+
:Rotation applied: No
70
+
71
+
Prediction
72
+
==========
73
+
:Invoice Number: 10123590373
74
+
:Contract ID: 1234567890
75
+
:Delivery Point: 98765432109876
76
+
:Invoice Date: 2021-01-29
77
+
:Due Date: 2021-02-15
78
+
:Total Before Taxes: 1241.03
79
+
:Total Taxes: 238.82
80
+
:Total Amount: 1479.85
81
+
:Energy Supplier:
82
+
:Address: TSA 12345, 12345 DEMOCITY CEDEX, 75001 PARIS
83
+
:Name: EDF
84
+
:Energy Consumer:
85
+
:Address: 12 AVENUE DES RÊVES, RDC A 123 COUR FAUSSE A, 75000 PARIS
The Java OCR SDK supports the [Nutrition Facts Label API](https://platform.mindee.com/mindee/nutrition_facts).
8
8
9
-
The [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/nutrition_facts/default_sample.jpg) can be used for testing purposes.
9
+
Using the [sample below](https://github.com/mindee/client-lib-test-data/blob/main/products/nutrition_facts/default_sample.jpg), we are going to illustrate how to extract the data that we want using the OCR SDK.
0 commit comments