Skip to content

Release 5.15.0

Compare
Choose a tag to compare
@vjekoart vjekoart released this 23 Dec 12:14
· 16 commits to main since this release
df69bef

5.15.0

Changes to BlinkID(Combined) Recognizer

  • No API changes
  • We've improved document detection and cropping of the document image

Platform-related SDK changes

  • We've added methods for programmatically starting camera and image scan when using the UI component.
    • It's possible to call startCameraScan() and startImageScan(File) methods on the custom web element.
  • We've standardized error structures returned from the WebAssembly library and the UI component.
  • We've completed support for part:: selector and added an example.
  • We've simplified integration of the UI component with Angular and React frameworks.

Bug fixes

  • We've ensured that all SDK errors can be visible from fatalError and scanError events in the UI component.