Skip to content

Releases: doo/scanbot-sdk-ios-spm

7.1.3-RC11

15 Oct 11:16

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
    • MRZ Scanner:
      • Fixed a crash in the MRZ scanner.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3

15 Oct 14:20

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
    • MRZ Scanner:
      • Fixed a crash in the MRZ scanner.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC10

14 Oct 16:07

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
    • MRZ Scanner:
      • Fixed a crash in the MRZ scanner.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.4-Beta1

13 Oct 13:52

Choose a tag to compare

WARNING: Release Notes for version 7.1.4 not found!

7.1.3-RC9

13 Oct 14:17

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
    • MRZ Scanner:
      • Fixed a crash in the MRZ scanner.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC8

09 Oct 13:59

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC7

08 Oct 11:33

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC6

08 Oct 09:23

Choose a tag to compare

  • πŸŽ‰ New:
    • Barcode Scanner:
      • Barcode configurations for one-d barcode types have a new field minimumNumberOfRequiredFramesWithEqualRecognitionResult that requires this number of frames on which the barcode has to be detected.
    • 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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
  • ⚠️ Breaking changes:
    • Barcode Scanner:
      • The field minConfirmationsStandaloneEAN in SBSDKBarcodeAccumulationConfiguration was moved and renamed to the field minimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless in SBSDKBarcodeFormatUpcEanConfiguration.
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC5

06 Oct 14:26

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.
    • Document:
      • Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
  • ⚠️ Breaking changes:
    • Check:
      • Changed SBSDKCheckScannerViewControllerDelegate function checkScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult) to checkScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)

7.1.3-RC4

01 Oct 14:43

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)