Skip to content

Releases: doo/scanbot-sdk-ios-spm

7.1.3-RC4

01 Oct 14:43
Compare
Choose a tag to compare
  • πŸŽ‰ 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)

7.1.3-RC3

30 Sep 10:29
Compare
Choose a tag to compare
  • πŸŽ‰ 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)

8.0.0-Beta1

19 Sep 15:37
Compare
Choose a tag to compare

WARNING: Release Notes for version 8.0.0 not found!

7.1.3-RC2

19 Sep 09:39
Compare
Choose a tag to compare
  • πŸŽ‰ 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.
  • πŸš€ 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.

7.1.3-RC1

17 Sep 17:57
Compare
Choose a tag to compare
  • πŸŽ‰ 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.
  • πŸš€ Improvements:
    • Check:
      • Updated US check field documentation.
  • 🐞 Bug fixes:
    • 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.

7.1.2

01 Sep 11:48
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • General:
      • Added property isInterrupted to SBSDKCameraSession to indicate if the camera session was interrupted by the system.
    • Document Scanner:
      • Added property documentPreviewImageSizeLimit in SBSDKDocumentPage to limit the size of the document preview image.
  • πŸš€ Improvements:
    • Document Scanner:
      • Rebalanced the internally used photo capture settings to better match the photo quality priorization modes. The mode speed now is significantly faster, the mode balanced is a bit faster and the mode quality is a bit slower with the best possible image quality.
  • 🐞 Bug fixes:
    • Document Scanner:
      • Fixed an issue on simulators where the shutter button was missing in the RTU-UI document scanner.
    • Document Data Extractor:
      • Fixed a bug where the incompleteValidation status was incorrectly returned in the document data extractor (RTU-UI v2).
    • Check Scanner:
      • Fixed a bug where the "no check" dialog was displayed when camera permission was denied in the check scanner (RTU-UI v2).
    • General:
      • Fixes a bug with scanned documents cloning when using per-file encryption.

7.1.1-RC3

28 Aug 14:55
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • General:
      • Added property isInterrupted to SBSDKCameraSession to indicate if the camera session was interrupted by the system.
    • Document Scanner:
      • Added property documentPreviewImageSizeLimit in SBSDKDocumentPage to limit the size of the document preview image.
  • πŸš€ Improvements:
    • Document Scanner:
      • Rebalanced the internally used photo capture settings to better match the photo quality priorization modes. The mode speed now is significantly faster, the mode balanced is a bit faster and the mode quality is a bit slower with the best possible image quality.
  • 🐞 Bug fixes:
    • Document Scanner:
      • Fixed an issue on simulators where the shutter button was missing in the RTU-UI document scanner.
    • Document Data Extractor:
      • Fixed a bug where the incompleteValidation status was incorrectly returned in the document data extractor (RTU-UI v2).
    • Check Scanner:
      • Fixed a bug where the "no check" dialog was displayed when camera permission was denied in the check scanner (RTU-UI v2).
    • General:
      • Fixes a bug with scanned documents cloning when using per-file encryption.

7.1.1-RC2

27 Aug 15:25
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • General:
      • Added property isInterrupted to SBSDKCameraSession to indicate if the camera session was interrupted by the system.
    • Document Scanner:
      • Added property documentPreviewImageSizeLimit in SBSDKDocumentPage to limit the size of the document preview image.
  • πŸš€ Improvements:
    • Document Scanner:
      • Rebalanced the internally used photo capture settings to better match the photo quality priorization modes. The mode speed now is significantly faster, the mode balanced is a bit faster and the mode quality is a bit slower with the best possible image quality.
  • 🐞 Bug fixes:
    • Document Scanner:
      • Fixed an issue on simulators where the shutter button was missing in the RTU-UI document scanner.
    • Document Data Extractor:
      • Fixed a bug where the incompleteValidation status was incorrectly returned in the document data extractor (RTU-UI v2).
    • Check Scanner:
      • Fixed a bug where the "no check" dialog was displayed when camera permission was denied in the check scanner (RTU-UI v2).
    • General:
      • Fixes a bug with scanned documents cloning when using per-file encryption.

7.1.1-RC1

22 Aug 10:50
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • General:
      • Added property isInterrupted to SBSDKCameraSession to indicate if the camera session was interrupted by the system.
    • Document Scanner:
      • Added property documentPreviewImageSizeLimit in SBSDKDocumentPage to limit the size of the document preview image.
  • πŸš€ Improvements:
    • Document Scanner:
      • Rebalanced the internally used photo capture settings to better match the photo quality priorization modes. The mode speed now is significantly faster, the mode balanced is a bit faster and the mode quality is a bit slower with the best possible image quality.
  • 🐞 Bug fixes:
    • Document Scanner:
      • Fixed an issue on simulators where the shutter button was missing in the RTU-UI document scanner.
    • Document Data Extractor:
      • Fixed a bug where the incompleteValidation status was incorrectly returned in the document data extractor (RTU-UI v2).
    • General:
      • Fixes a bug with scanned documents cloning when using per-file encryption.

7.0.6-Beta3

15 Aug 15:23
Compare
Choose a tag to compare

WARNING: Release Notes for version 7.0.6 not found!