Skip to content

7.1.3-RC4

Latest
Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 01 Oct 14:43
· 61 commits to master since this release
  • πŸŽ‰ New:
    • Check:
      • We now extract the field after the account number on US checks. The name in the result is checkNumber. Note that this name is only based on common usage and not on any enforced standard.
      • Added SBSDKCheckScannerViewControllerDelegate function checkScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
  • πŸš€ Improvements:
    • Check:
      • Updated US check field documentation.
  • 🐞 Bug fixes:
    • General:
      • Fixed a bug in the RTU-UIv2 user interface that prevented the proper display of the view finder in landscape mode.
    • Check:
      • Fixed a bug in the implementation of the US check standard which lead to rejection of valid checks.
      • Fixed a bug in Check Scanner RTU-UIv2 that delivered (invalid) results when documentDetectionMode was set to = detectAndCropDocument.
  • ⚠️ Breaking changes:
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)