What's New
- We introduced event tracking across the SDK lifecycle, giving you deeper insights into user journeys, success rates, and drop-off points during scanning sessions. These enhanced analytics make it easier to identify optimization opportunities and ensure the best possible user experience.
- Updated detection analysis logic in case of photo mode
- Added new
parsed
result member to the BarcodeResult which indicates whether the raw barcode data was successfully parsed - Barcode recognition is now allowed on all document classes; unparsable barcodes will be returned as raw data
Bugfixes
- Fixed the issue with scanning the back of the Essad Card which was causing only Date of Expiry to be extracted
- Fixed the issue with additionalNameInformation extraction for France ID and Residence Permit
Android
Other Changes
- Declared additional
android.permission.ACCESS_NETWORK_STATE
in theblinkid-core
library manifest- This is a normal protection-level permission, automatically granted at install time – no runtime request is required
- The permission is used to check whether a network connection is available
- Added new optional callbacks to the
CameraCompose
Composable from themicroblink-ux
library:CameraPermissionCallbacks
- track camera permission eventsCameraPreviewCallbacks
- track camera preview lifecycle eventsCameraInputDetailsCallback
- receive camera input configuration details