|
| 1 | +## 7.3.0 |
| 2 | +- Updated to [Android SDK v7.3.0](https://github.com/BlinkID/blinkid-android/releases/tag/v7.3.0) and [iOS SDK v7.3.1](https://github.com/BlinkID/blinkid-ios/releases/tag/v7.3.1) |
| 3 | + |
| 4 | +### What's new |
| 5 | +- Improved extraction for Canada/Nunavut ID and DL by introducing error correction for "1" and "I" characters which look the same in the font used on a document |
| 6 | +- Added `BlinkIdUiSettings` for customizing various aspects of the UI used during the scanning process |
| 7 | + |
| 8 | +#### New Documents Support |
| 9 | +- Canada, Nunavut - Driver's License |
| 10 | +- Canada, Nunavut - Identity Card |
| 11 | +- Liberia - Identity Card |
| 12 | +- Mali - Identity Card |
| 13 | +- UK - Military ID |
| 14 | + |
| 15 | +#### New Document Versions for Supported Documents |
| 16 | +- Bahrain - Identity Card |
| 17 | +- Canada - Weapon Permit |
| 18 | +- Chile - Alien ID |
| 19 | +- Chile - Identity Card |
| 20 | +- Finland - Driver's License |
| 21 | +- Indonesia - Driver's License |
| 22 | +- Kosovo - Identity Card |
| 23 | +- Latvia - Polycarbonate Passport |
| 24 | +- Mexico, Chiapas - Driver's License |
| 25 | +- Mexico, Ciudad de Mexico - Driver's License |
| 26 | +- Mexico, Durango - Driver's License |
| 27 | +- Mexico, Jalisco - Driver's License |
| 28 | +- Sri Lanka - Driver's License |
| 29 | +- USA, Alaska - Driver's License |
| 30 | +- USA, New Hampshire - Driver's License |
| 31 | +- European Union - Health Insurance Card |
| 32 | + |
| 33 | +#### New Beta Documents Support |
| 34 | +- Canada - Non Card Tribal ID |
| 35 | +- Dominica - Paper Passport |
| 36 | +- Dominica - Polycarbonate Passport |
| 37 | +- UAE - Diplomatic ID |
| 38 | +- USA, Georgia - Medical Marijuana ID |
| 39 | + |
| 40 | +#### New Document Versions for Beta-Supported Documents |
| 41 | +- Egypt - Driver's License |
| 42 | +- Mexico, Quintana Roo - Driver's License |
| 43 | +- Philippines - Postal ID |
| 44 | +- Vietnam - Identity Card |
| 45 | + |
| 46 | +#### New Segments Supported on Documents |
| 47 | +- European Union, Health Insurance Card - `countryCode` |
| 48 | +- Italy, Identity Card - `documentOptionalAdditionalNumber` |
| 49 | +- France, Identity Card - `additionalNameInformation` |
| 50 | +- UK, Asylum Request - `residencePermitType`, `remarks` |
| 51 | +- UK, Residence Permit - `residencePermitType`, `remarks`, `certificateNumber`, `nationalInsuranceNumber` |
| 52 | + |
| 53 | +#### Renamed segments |
| 54 | +- Bahrain - Identity Card - `documentNumber` -> `personalIdNumber` |
| 55 | + |
| 56 | +### Bugs and fixes |
| 57 | +- Fixed document number extraction from Canada/Nunavut barcodes |
| 58 | +- Fix for ARGENTINA ID and ALIEN_ID documents - made separate barcode scanning step optional for these documents; they have a barcode on the front side, and requiring barcode extraction was causing the scanning process to get stuck on the front |
| 59 | +- Fixed issue with `DateResult` where `day`, `month` and `year` were not properly returned |
| 60 | + |
| 61 | +#### iOS-specific |
| 62 | +- Fixed issue with adding `customDocumentRules` in `BlinkIdScanningSettings` |
| 63 | + |
1 | 64 | ## 7.2.0 |
2 | 65 |
|
3 | 66 | The version 7 release of the BlinkID SDK. |
|
0 commit comments