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
Fixes a bug that did not properly store a SBSDKScannedDocument without pages.
Fixes a bug that causes SBSDKTIFFImageWriter to crash when the input images are encrypted.
Fixes a crash in scanners when setting the same minZoom and maxZoom in SBSDKZoomRange.
⚠️ Breaking Changes:
Changed signature of SBSDKScannedPage method apply(rotation: SBSDKImageRotation?, polygon: SBSDKPolygon?, filters: [SBSDKParametricFilter]?) to apply(rotation: SBSDKImageRotation, polygon: SBSDKPolygon?, filters: [SBSDKParametricFilter]?) to properly expose it to Objective-C.