Releases: doo/scanbot-sdk-ios-spm
Releases Β· doo/scanbot-sdk-ios-spm
7.1.3-RC11
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas 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.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas 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.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3-RC10
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas 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.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.4-Beta1
WARNING: Release Notes for version 7.1.4 not found!
7.1.3-RC9
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas 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.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3-RC8
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas set to =detectAndCropDocument.
- Document:
- Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3-RC7
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas set to =detectAndCropDocument.
- Document:
- Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3-RC6
- π New:
- Barcode Scanner:
- Barcode configurations for one-d barcode types have a new field
minimumNumberOfRequiredFramesWithEqualRecognitionResultthat requires this number of frames on which the barcode has to be detected.
- Barcode configurations for one-d barcode types have a new field
- 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Barcode Scanner:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas set to =detectAndCropDocument.
- Document:
- Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
- General:
β οΈ Breaking changes:- Barcode Scanner:
- The field
minConfirmationsStandaloneEANinSBSDKBarcodeAccumulationConfigurationwas moved and renamed to the fieldminimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionlessinSBSDKBarcodeFormatUpcEanConfiguration.
- The field
- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Barcode Scanner:
7.1.3-RC5
- π 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Check:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas set to =detectAndCropDocument.
- Document:
- Fixed a bug in RTU-UIv2 that did not always crop images from the photo library.
- General:
β οΈ Breaking changes:- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Check:
7.1.3-RC4
- π 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
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewControllerShouldCaptureHighResImage(_ controller: SBSDKCheckScannerViewController, forResult result: SBSDKCheckScanningResult) -> Bool.
- We now extract the field after the account number on US checks. The name in the result is
- Check:
- π Improvements:
- Check:
- Updated US check field documentation.
- Check:
- π 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
documentDetectionModewas set to =detectAndCropDocument.
- General:
β οΈ Breaking changes:- Check:
- Changed
SBSDKCheckScannerViewControllerDelegatefunctioncheckScannerViewController(: SBSDKCheckScannerViewController, didScanCheck: SBSDKCheckScanningResult)tocheckScannerViewController(: SBSDKCheckScannerViewController ,didScanCheck: SBSDKCheckScanningResult, isHighRes: Bool)
- Changed
- Check: