@microblink/docver-in-browser-web-component
v2.1.2
Published
This package provides the Web Component built in StencilJS which provides a UI for simpler usage of the SDK.
Downloads
4
Keywords
Readme
This package provides the Web Component built in StencilJS which provides a UI for simpler usage of the SDK.
This component is based on the one provided in the blinkid-in-browser-sdk
(readme for UI), but is also preconfigured for easier usage for image capturing, and has improved TS types.
It also uses @microblink/docver-in-browser-sdk
as a peer dependency, meaning you don't need to explicitly install it.
Usage example:
// main.js
import "@microblink/docver-in-browser-web-component";
<blinkid-in-browser
engine-location="https://localhost:3000/resources"
license-key="YOUR_LICENCE_KEY"
></blinkid-in-browser>
<script src="path/to/main.js" />
For an example you can run, check the apps/example-ui-stencil
example in the GitHub repository