@@ -45,17 +45,28 @@ API_BASE_PATH="http://127.0.0.1:8080" ./gradlew :example:run
4545```
4646
4747### Output
48+
4849This 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+
5970Also, it stores [ portrait] ( portrait.jpg ) and [ document image] ( document-image.jpg ) images in the current folder.
6071You can modify [ this example] ( ../example/src/main/java/com/regula/documentreader/webclient/example/Main.java )
6172and re-run it to get your own results.
0 commit comments