Get Started

The Sybrin Document Web SDK can be used to capture documents. Implementing the web SDK is as easy as dropping and referencing the relevant files into your project, then simply using the JavaScript API or the web components supplied by the SDK. In this section we will focus on how to get the Sybrin Document Web SDK into your project.

Before you begin

Please ensure that you have acquired an API key and endpoints from Sybrin.

Web UI

Please ensure that you have the following essential files:

  • sybrin.document.js

The following are optional files:

  • index.css

  • index.html

  • index.js

If you are using Typescript, you may make use of the typings found under the src folder.

Project structure

The Sybrin Document Web SDK is configurable and does not require a specific project structure. You may drop the required files into the root of the project as provided or you can change the folder structure and file locations.

Referencing the web SDK

To load the web SDK and its modules, simply add the relevant script tag with a reference to the Document JavaScript file to the HTML file of your project:

index.html
<script src="sybrin.document.js"></script>

The above example assumes the library file is located at the root of your project. This can be added to the <head> tag or the <body> tag according to preference.

Done

You are now ready and all set up to use the Sybrin Document Web SDK! Check out all the Document Features