Get Started
You can use the Sybrin Document Scanner SDK to capture data on various Document documents. Implementing the SDK is as easy as importing it into your dependencies list within you project. In this section we will focus on how to get the Sybrin Document Scanner SDK into your project.
Before you begin
In your project-level build.gradle
file, make sure to include the following maven
tag inside the repositories
tag.
Add the following compile options to android
tag within the modules app-level build.gradle
file.
Add the dependency for the Sybrin Android Document Scanner SDK to your modules app-level build.gradle
file under dependencies
Done
You are now ready and setup to use Sybrin Document Scanner! Check out all the Document Features
To see which documents the Sybrin Android Document Scanner SDK supports go have a look at our Supported Documents list.
Last updated