You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?.