What's New
- 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
Bugfixes
- Fixed document number extraction from Canada/Nunavut barcodes
- 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.
New Documents Support
- Canada, Nunavut - Driver's License
- Canada, Nunavut - Identity Card
- Liberia - Identity Card
- Mali - Identity Card
- UK - Military ID
New Document Versions for Supported Documents
- Bahrain - Identity Card
- Canada - Weapon Permit
- Chile - Alien ID
- Chile - Identity Card
- Finland - Driver's License
- Indonesia - Driver's License
- Kosovo - Identity Card
- Latvia - Polycarbonate Passport
- Mexico, Chiapas - Driver's License
- Mexico, Ciudad de Mexico - Driver's License
- Mexico, Durango - Driver's License
- Mexico, Jalisco - Driver's License
- Sri Lanka - Driver's License
- USA, Alaska - Driver's License
- USA, New Hampshire - Driver's License
- European Union - Health Insurance Card
New Beta Documents Support
- Canada - Non Card Tribal ID
- Dominica - Paper Passport
- Dominica - Polycarbonate Passport
- UAE - Diplomatic ID
- USA, Georgia - Medical Marijuana ID
New Document Versions for Beta-Supported Documents
- Egypt - Driver's License
- Mexico, Quintana Roo - Driver's License
- Philippines - Postal ID
- Vietnam - Identity Card
New Segments Supported on Documents
- European Union, Health Insurance Card -
countryCode
- Italy, Identity Card -
documentOptionalAdditionalNumber
- France, Identity Card -
additionalNameInformation
- UK, Asylum Request -
residencePermitType
,remarks
- UK, Residence Permit -
residencePermitType
,remarks
,certificateNumber
,nationalInsuranceNumber
Renamed segments
- Bahrain - Identity Card -
documentNumber
->personalIdNumber
Changes inside packages
@microblink/blinkid-ux-manager
- Added
showHelpButton
property toFeedbackUiOptions
for improved UI control. - Added part attribute
help-button-part
to the help button to enable external styling. - Added additional control of the help tooltip via
setHelpTooltipShowDelay
andsetHelpTooltipHideDelay
methods on theBlinkIdUxManager
setTimeoutDuration
now defaultly setssetHelpTooltipShowDelay
to the 50% duration- Updated help tooltip default behaviour
@microblink/blinkid-wasm
- Fixed incorrect property name in
MrzResult
:rawMRZString
is now correctly exposed asrawMrzString
. - Fixed incorrect
full-document
typedocument
type inImageExtractionType
. - Fixed typing issue by correctly adding the
vehicleOwner
property toBlinkIdScanningResult
. - Added
certificateNumber
,countryCode
andnationalInsuranceNumber
toBlinkIdScanningResult
andVizResult
types. - Added
non-card-tribal-id
anddiplomatic-id
toDocumentType
- This change updates the Emscripten toolchain to version 4.0.9, upgrades multiple C++ package dependencies, and adds new document types (
non-card-tribal-id
,diplomatic-id
) and field types (certificateNumber, countryCode, nationalInsuranceNumber) to the BlinkID recognition system.
@microblink/camera-manager
- Enhanced customization capabilities with additional modification options.
- Added
showTorchButton
andshowCloseButton
properties toCameraManagerUiOptions
for improved UI control. - Added part attribute
camera-select-part
to the camera select element to enable external styling. - Added part attribute
video-element-part
to the video element to enable external styling.