Getting started with the Web Document Scanner SDK's RTU UI
Adding the RTU UI dependency
The SDK's Ready-To-Use UI Components are within a separate binary, but the same npm package.
Instead of loading the basic SDK, you need to load its UI version:
import ScanbotSDK from 'scanbot-web-sdk/ui';
You're now ready to work with the RTU UI Components. It's as easy as that!
Launching the RTU UI Document Scanner
With just a few lines of code, you can integrate document scanning into your application's workflow:
Launching The Scanner
loading...