Skip to content

Releases: blinkcard/blinkcard-ios

v2.9.1

20 Mar 16:37
dbc4118
Compare
Choose a tag to compare

2.9.1

  • added privacy manifest
  • added support for license keys that support multiple application IDs

v2.9.0

18 Jan 11:16
d6775fd
Compare
Choose a tag to compare

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 in BlinkCardRecognizerResult will be set to false

Improvements

  • Better support for RTL languages in our default UX

Breaking API changes:

  • Removed legacy recognizers: LegacyBlinkCardRecognizer and LegacyBlinkCardEliteRecognizer

v2.8.2

14 Sep 14:16
b0a37a6
Compare
Choose a tag to compare

2.8.2

New features:

  • Added reticle customizations in MBCBlinkCardOverlayTheme:
    • UIImage defaultReticleImage -
    • UIImage errorReticleImage
    • UIImage reticleColor
    • UIColor reticleDefaultColor

v2.8.1

04 Aug 20:24
8dc3924
Compare
Choose a tag to compare

2.8.1

  • Internal improvements

v2.8.0

01 Aug 17:27
a298a5a
Compare
Choose a tag to compare

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 callback livenessStatusCallback that is called when each side of a card is scanned. It is called with one parameter, a LivenessStatus enum.

BlinkCard Recognizer Result

  • Two new booleans: firstSideAnonymized and secondSideAnonymized.
  • New property DocumentLivenessCheckResult which has new liveness model results.

v2.7.0

09 Jan 15:33
0358634
Compare
Choose a tag to compare

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 in AnonymizationSettings. If true, anonymization is applied on all fields of the image if extraction is uncertain.
  • Improved anonymization performance.

v2.6.0

25 Jun 21:10
51a1854
Compare
Choose a tag to compare

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

16 Feb 12:19
b649a4d
Compare
Choose a tag to compare

2.5.1

Visual identity update

  • We’ve updated Microblink logo and colors

v2.5.0

15 Nov 15:52
1db44a6
Compare
Choose a tag to compare

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.

v2.4.0

20 Aug 09:52
062edf7
Compare
Choose a tag to compare

Improvements and fixes:

  • We now support landscape orientation on BlinkCardEditViewController screen
  • From now on, BlinkCard reads and extracts the expiry date in MM/YYYY format