Releases: blinkcard/blinkcard-ios
Releases · blinkcard/blinkcard-ios
v2.10.0
v2.9.1
v2.9.0
2.9.0
What's new in the BlinkCard Recognizer?
- Improved scanning performance and added support for virtually any card layout
- Improved IBAN parser which now supports more IBAN formats
- Added option
allowInvalidCardNumber
which allows reading invalid card numbers to avoid endless scanning on samples and test cards:- use with care as it might reduce accuracy in certain situations in production
- for invalid card number the flag
cardNumberValid
inBlinkCardRecognizerResult
will be set tofalse
Improvements
- Better support for RTL languages in our default UX
Breaking API changes:
- Removed legacy recognizers:
LegacyBlinkCardRecognizer
andLegacyBlinkCardEliteRecognizer
v2.8.2
2.8.2
New features:
- Added reticle customizations in
MBCBlinkCardOverlayTheme
:- UIImage
defaultReticleImage
- - UIImage
errorReticleImage
- UIImage
reticleColor
- UIColor
reticleDefaultColor
- UIImage
v2.8.1
v2.8.0
2.8.0
Improvements
- Included hand, photocopy, and screen detection models to achieve liveness functionality
- Added anonymization info on which side was anonymized. String data is anonymized using an asterisk instead of blanking the result.
- Expanded the number of supported credit card types by 100%.
- Improved data extraction, including a 30% reduction in incorrect processing of CVV field.
What's new in the BlinkCard Recognizer?
- Added new properties
handScaleThreshold
,handDocumentOverlapThreshold
,screenAnalysisMatchLevel
,photocopyAnalysisMatchLevel
. These settings define behaviour of the new liveness features. - Added a new delegate
BlinkCardRecognizerDelegate
with a callbacklivenessStatusCallback
that is called when each side of a card is scanned. It is called with one parameter, aLivenessStatus
enum.
BlinkCard Recognizer Result
- Two new booleans:
firstSideAnonymized
andsecondSideAnonymized
. - New property
DocumentLivenessCheckResult
which has new liveness model results.
v2.7.0
2.7.0
New features:
- Improved support for diverse credit card designs.
New user instructions that lead to successful scans
- More detailed instructions on how to scan credit cards via an intro tutorial or tooltip during scanning, leading to improved success rates in credit card scanning and data extraction.
New layout for BlinkCardOverlayViewController
- The scanning screen now shows a reticle in the center with scanning instructions.
What's new in the BlinkCard Recognizer?
- Added a new property
fallbackAnonymization
inAnonymizationSettings
. If true, anonymization is applied on all fields of the image if extraction is uncertain. - Improved anonymization performance.
v2.6.0
2.6.0
Improvements
- We’ve added support for 1000+ new credit card types.
- Decrease of wrongly PAN field processing by 30% for horizontal credit cards, and by 60% for vertical credit cards.
- Improvements in the Anonymization functionality for Quick Read formats on VISA credit cards, as well as general improvements for all other credit card types.
v2.5.1
2.5.1
Visual identity update
- We’ve updated Microblink logo and colors
v2.5.0
Improvements and fixes:
- Improved date extraction from partial dates.
- Fixed broken anonymization in result screen when the PAN number was anonymized but the image was not. We now correctly anonymize the image too.