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
inBlinkCardRecognizer.Result
will be set tofalse
Improvements
- Better support for RTL languages in our default UX
Breaking API changes:
- Min Android SDK API level is raised to 21 (Android 5.0)
- Removed legacy recognizers:
LegacyBlinkCardRecognizer
andLegacyBlinkCardEliteRecognizer