Skip to content

Releases: doo/scanbot-sdk-ios-spm

6.0.0-RC9

20 Sep 14:18
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a bug in RTU-UIv2 Barcode Scanner where extended barcodes are displayed along with their non-extended versions.
    • Fixed a UI issue on the RTU-UI V2 Barcode Scanner where a too long title cut off the cancel button.
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
    • Fixed a bug in SBSDKUI2SingleScanDialogModelProvider where the default displayed texts were not correct.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

6.0.0-RC8

13 Sep 16:26
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a bug in RTU-UIv2 Barcode Scanner where extended barcodes are displayed along with their non-extended versions.
    • Fixed a UI issue on the RTU-UI V2 Barcode Scanner where a too long title cut off the cancel button.
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
    • Fixed a bug in SBSDKUI2SingleScanDialogModelProvider where the default displayed texts were not correct.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

5.1.5-RC3

11 Sep 12:13
Compare
Choose a tag to compare
  • πŸš€ Improvements:
    • Improved recognition of barcodes generated by defective thermal printers that do not print certain black bars correctly.
  • 🐞 Bug fixes:
    • Fixed a bug in SBSDKUICroppingViewController that caused the Cancel-button to be dysfunctional in some rare cases.
    • Fixed a bug on iOS 14 and older that lead to crash in Barcode RTU-UIv2.

5.1.5-RC1

10 Sep 12:21
Compare
Choose a tag to compare
  • 🐞 Bug fixes:
    • Fixed a bug in SBSDKUICroppingViewController that caused the Cancel-button to be dysfunctional in some rare cases.
    • Fixed a bug on iOS 14 and older that lead to crash in Barcode RTU-UIv2.

6.0.0-RC7

09 Sep 08:59
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a bug in RTU-UIv2 Barcode Scanner where extended barcodes are displayed along with their non-extended versions.
    • Fixed a UI issue on the RTU-UI V2 Barcode Scanner where a too long title cut off the cancel button.
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

6.0.0-RC6

05 Sep 16:13
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a bug in RTU-UIv2 Barcode Scanner where extended barcodes are displayed along with their non-extended versions.
    • Fixed a UI issue on the RTU-UI V2 Barcode Scanner where a too long title cut off the cancel button.
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

5.1.5-Beta1

05 Sep 13:07
Compare
Choose a tag to compare

WARNING: Release Notes for version 5.1.5 not found!

6.0.0-RC5

03 Sep 16:13
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a UI issue on the RTU-UI V2 Barcode Scanner where a too long title cut off the cancel button.
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

6.0.0-RC4

26 Aug 15:16
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.

6.0.0-RC1

23 Aug 10:58
Compare
Choose a tag to compare
  • πŸŽ‰ New:
    • Added new RTU-UI V2 component, see SBSDKUI2DocumentScannerController.
    • Added document capture animation in SBSDKDocumentScannerViewController.
    • Added new optional delegate function documentScannerViewControllerCaptureAnimationConfiguration(_ controller: SBSDKDocumentScannerViewController) -> SBSDKDocumentAnimationConfiguration in SBSDKDocumentScannerViewController.
    • Added class SBSDKDocumentAnimationConfiguration to configure document capture animation.
    • Added classes SBSDKScannedDocument and SBSDKScannedPage.
    • Added support for the new SBSDKScannedDocument class to SBSDKPDFRenderer, SBSDKUIPDFRenderer, SBSDKTIFFImageWriter and SBSDKOpticalCharacterRecognizer.
    • Added init(uiColor: UIColor) in SBSDKUI2Color.
    • Added new property isAnimatingCapture to SBSDKDocumentScannerViewController.
    • Added new class SBSDKDocumentScannerPolygonConfiguration.
    • Added new properties polygonConfigurationAccepted, polygonConfigurationRejected and autoSnapProgressPolygonConfiguration to SBSDKDocumentScannerViewController.
    • Added new optional delegate method documentScannerViewController(_ controller: SBSDKDocumentScannerViewController, polygonConfigurationFor: SBSDKDocumentDetectionStatus) -> SBSDKDocumentScannerPolygonConfiguration to protocol SBSDKDocumentScannerViewControllerDelegate.
    • Added new optional delegate method imageEditingViewController(_ editingViewController: didDetectPolygon:) to SBSDKImageEditingViewControllerDelegate.
  • πŸš€ Improvements:
    • Improved sharpness of captured images in SBSDKDocumentScannerViewController by tweaking various timing related default values, such as initialScanDelay and autoSnappingDelay.
    • The AR-overlay in SBSDKUI2FindAndPickScanningMode is now visible by default.
  • 🐞 Bug fixes:
    • Fixed a UI issue on the RTU-UI V2 Find & Pick scanner in button sheet mode where the counter badge was not visible.
    • Fixed a UI issue in SBSDKFinderView where the background color overlapped with the line color.
    • Fixed a crash when zooming with invalid minZoom and maxZoom values.
    • Fixed a bug that did not mirror the front camera as expected.
  • ⚠️ Breaking Changes:
    • Deprecated SBSDKUIDocumentScannerViewController, SBSDKUIFinderDocumentScannerViewController, SBSDKUICroppingViewController and their related classes.
    • Renamed the values of the enum SBSDKDocumentDetectionStatus.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonLineColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed optional delegate method documentScannerViewController(_ controller:, polygonFillColorFor:) -> UIColor from protocol SBSDKDocumentScannerViewControllerDelegate.
    • Removed properties polygonLineWidth, polygonLineColorAccepted, polygonLineColorRejected, polygonFillColorAccepted, polygonFillColorRejected, polygonAutoSnapProgressEnabled, polygonAutoSnapProgressColor, polygonAutoSnapProgressLineWidth and polygonCornerRadius from SBSDKDocumentScannerViewController`.
    • Renamed property residencePermitFronBack to residencePermitFrontBack in SBSDKUIDocumentType.