Skip to content

v1.1.0

Choose a tag to compare

@juraskrlec juraskrlec released this 17 Feb 16:31
· 95 commits to master since this release
43ef707
  • Major API changes:

    • Swift Module has been renamed from MicroBlink to Microblink
  • Minor API changes:

    • methods pauseScanning and resumeScanningAndResetState in MBRecognizerRunnerViewController do not return anymore BOOL
      • use isScanningPaused to check if scanning is paused
  • Improvements in ID scanning performance:

    • improved MBBlinkCardRecognizer:
      - now extracts IBAN from the Payment / Debit card
    • in MBBlinkCardRecognizerResult and MBBlinkCardEliteRecognizerResult, documentDataMatch value is now returned as MBDataMatchResult enum with three possible values: NotPerformed, Failed and Success
  • Bugfixes:

    • fixed bug in MBBlinkCardRecognizer:
      • anonymizeCvv now works independently of any other anonymization setting
    • fixed memory leaks that could cause crashes in some cases
    • fixed turning on/off flashlight on iOS 13.1.3