Skip to content

6.1.1

Latest
Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 28 Nov 11:05
  • 🐞 Bug fixes:
    • 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.