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

11
11
12
12
# Quick-Start
@@ -54,39 +54,6 @@ public class SimpleMindeeClient {
54
54
}
55
55
56
56
```
57
-
58
-
**Output (RST):**
59
-
```rst
60
-
########
61
-
Document
62
-
########
63
-
:Mindee ID: f9c36f59-977d-4ddc-9f2d-31c294c456ac
64
-
:Filename: default_sample.jpg
65
-
66
-
Inference
67
-
#########
68
-
:Product: mindee/us_mail v3.0
69
-
:Rotation applied: Yes
70
-
71
-
Prediction
72
-
==========
73
-
:Sender Name: company zed
74
-
:Sender Address:
75
-
:City: Dallas
76
-
:Complete Address: 54321 Elm Street, Dallas, Texas 54321
0 commit comments