Skip to content

Commit 005f6f4

Browse files
Remove encrypted example
1 parent f4e247e commit 005f6f4

File tree

4 files changed

+19
-121
lines changed

4 files changed

+19
-121
lines changed

example/README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,28 @@ API_BASE_PATH="http://127.0.0.1:8080" ./gradlew :example:run
4545
```
4646

4747
### Output
48+
4849
This sample generates the following text output:
50+
4951
```text
50-
---------------------------------------------------------------------------
51-
Document Overall Status: not valid
52-
Document Number Visual: U0996738
53-
Document Number MRZ: U0996738
54-
Validity Of Document Number Visual: 1
55-
Validity Of Document Number MRZ: 1
56-
MRZ-Visual values comparison: 1
57-
---------------------------------------------------------------------------
52+
-----------------------------------------------------------------
53+
Web API version: 7.5.308602.1848
54+
-----------------------------------------------------------------
55+
-----------------------------------------------------------------
56+
Document Type: Germany - ePassport (2017) Service
57+
Document Overall Status: not valid
58+
Document Number Visual: C01YPTNHM
59+
Document Number MRZ: C01YPTNHM
60+
Validity Of Document Number Visual: 2
61+
Validity Of Document Number MRZ: 1
62+
MRZ-Visual values comparison: 1
63+
-----------------------------------------------------------------
64+
Field: Surname Value: MUSTERMANN Source: VISUAL
65+
Field: Surname And Given Names Value: MUSTERMANN ERIKA Source: VISUAL
66+
67+
...
5868
```
69+
5970
Also, it stores [portrait](portrait.jpg) and [document image](document-image.jpg) images in the current folder.
6071
You can modify [this example](../example/src/main/java/com/regula/documentreader/webclient/example/Main.java)
6172
and re-run it to get your own results.

example/src/main/java/com/regula/documentreader/webclient/encryptedRCL/Example.java

Lines changed: 0 additions & 113 deletions
This file was deleted.
-443 KB
Binary file not shown.
-1.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)