Skip to content

6.1.0

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 07 Nov 16:31
· 1 commit to master since this release
  • πŸŽ‰ New:
    • Added a new property hardwareButtonsEnabled that enables snapping from the hardware volume buttons and the new hardware camera control button to SBSDKDocumentScannerViewController, available on iOS 17.2 and later.
    • Added new zoom control slider controlled by the new camera control button on all view controllers, available on all the new iPhone 16 series.
    • Added a new property captureWithHardwareButtonsEnabled to SBSDKUI2DocumentScannerCameraConfiguration.
    • Added a new mode SBSDKUI2PageSnapFeedbackNone to disable the animation when a page is captured.
  • πŸš€ Improvements:
    • Document detector: improved detection speed and robustness against orientation changes.
    • Document detector: improved robustness against picking up random contours.
    • Document detector: improved robustness against documents with coloured corners, booklets, handheld documents and cards, documents near edges of tables and overlapping documents.
  • 🐞 Bug fixes:
    • Fixed a bug with the page counters visibility in the RTU-UI V2 document scanner.
    • Fixed a bug in RTU-UI V2 Document Scanner where the document could not be captured in auto snap mode, when enabledInAutoSnappingMode is set to false in SBSDKUI2ShutterButton.
    • Fixed a memory leak in SBSDKUI2DocumentScannerViewController when the document scanner is dismissed.
  • ⚠️ Breaking Changes:
    • Replaced the buggy initializer init?(json: Data) in SBSDKUI2DocumentScanningFlow by the static function SBSDKUI2DocumentScanningFlow.fromJson(json: String)?.