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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
SDK
[BREAKING CHANGES]
Renamed ScanResultView to DocumentResultView.
Renamed DocumentScanResult to DocumentResult.
Renamed scanResultViewConfig to resultViewConfig.
Renamed ControlButton to ToolbarConfig.
Changed text property for toolbar buttons to label.
[Features]
Added support for <img> tags on toolbar icons.
Updated the Share PNG icon to match other products.
Added an upload button when users specify the onUpload function.
[Fixes]
Fixed an issue where importing an image larger than the canvas dimensions caused the detected border to be positioned incorrectly. This was due to scaleDown not working properly.
Samples
[Features]
Added a rotate message on /demo.html to handle landscape mode.
[Fixes]
Fixed an issue where the camera and resolution outline logic would break when transitioning from the Demo Camera to the Live Camera.
Docs
Significantly updated the README and User Guide, including a link to the demo.
Built-in Server
Changed the configuration to allow showcasing the "Upload" feature.
Added URLs to specific pages when running npm run serve.