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
Copy file name to clipboardexpand all lines: Release notes.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Release notes
2
2
3
+
## v6.12.0
4
+
5
+
### What's New
6
+
-**Beta Feature: Second Page Passport Scanning**
7
+
- We’ve launched support for scanning and extracting data from the second page of passports for select countries - Slovenia, Ireland, and New Zealand. When BlinkID detects one of these passports, a UI message will guide the user to the second page. By default, this feature is disabled but can be enabled via the `BlinkIdMultiSideRecognizer.scanPassportDataPageOnly` setting - if set to `false`, it will be required to scan the second page of certain passports. This feature is in beta, and your feedback is appreciated.
8
+
- USA Green Card - Enabled Data Match for the `Document Number` field, matching values from the VIZ (Visual Inspection Zone) and MRZ to further enhance extraction reliability.
9
+
10
+
11
+
### Bug Fixes
12
+
- Spain ID: Fixed an issue with indefinite expiry dates, ensuring consistent values between the MRZ and Visual Inspection Zone (VIZ).
13
+
- Bulgaria ID: Improved parsing for indefinite expiry dates in the MRZ for better accuracy.
14
+
- Netherlands ID & Norway Passport: Resolved issues with the `Personal ID number` field that were causing the data match feature to fail.
15
+
- Chinese Passport: Enhanced reliability of extracted data with additional logic for the `Document Number` field.
16
+
- German ID & Luxembourg ID: Adjusted name extraction logic to resolve issues with name separation, ensuring more consistent results.
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> url)</span></div>
276
-
<divclass="block">Set custom URL for Ping (used as a proxy). Will be applied if the correct license right exists.</div>
276
+
<divclass="block">Set custom URL for Ping and licence check (used as a proxy). If you need to set the proxy URL,
277
+
you should do it before setting the license key; otherwise this call won't have any effect.
278
+
Proxy URL will be applied if the correct license right exists; otherwise
279
+
<ahref="licence/exception/InvalidLicenceKeyException.html" title="class in com.microblink.blinkid.licence.exception"><code>InvalidLicenceKeyException</code></a> will be thrown when setting the license key.</div>
277
280
<dlclass="notes">
278
281
<dt>Parameters:</dt>
279
-
<dd><code>url</code> - String containing the desired url base.</dd>
282
+
<dd><code>url</code> - String containing the desired URL base. URL has to use HTTPS protocol.</dd>
280
283
<dt>Throws:</dt>
281
-
<dd><code>InvalidLicenseKeyException</code> - if license is not valid</dd>
282
-
<dd><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - if URL is not valid and doesn't use HTTPS protocol</dd>
284
+
<dd><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - if the URL is not using HTTPS protocol.</dd>
0 commit comments