- Updated the plugin to Android SDK v2.9.0 and iOS SDK v2.9.0
- Improved scanning performance and added support for virtually any card layout
- Added new result
documentLivenessCheck
that contains liveness information for the first and second sides of the scanned card.handPresenceCheck
,photocopyCheck
andscreenCheck
liveness information can be obtained.
- Added
BlinkCardMatchLevel
for configuring the strictness of the check result for the document liveness properties - Added
BlinkCardCheckResult
for enumerating document liveness check results - Added
allowInvalidCardNumber
setting that allows reading invalid card numbers to avoid endless scanning on testing cards.- Added
cardNumberValid
flag within theBlinkCardRecognizer
result to check if the card number is valid.
- Added
- Added additional properties to
BlinkCardOverlaySettings
that can be modified. - Fixed issue with the SDK localization.
Breaking API changes:
- Removed
LegacyBlinkCardRecognizer
andLegacyBlinkCardEliteRecognizer
legacy recognizers.