Install the SDK on Cordova

Available on: Cordova

In this guide, you will learn how to get started with the Genius Scan SDK for Cordova.

Package information

Setup

Installation

Install the plugin with the Cordova CLI:

cordova plugin add @thegrizzlylabs/cordova-plugin-genius-scan

Alternatively, add it to your config.xml:

<plugin name="@thegrizzlylabs/cordova-plugin-genius-scan" spec="~5.14.0">
  <variable name="CAMERA_USAGE_DESCRIPTION" value="We use the camera to scan documents" />
</plugin>

Then run:

cordova prepare

Platform-specific installation

You can also install for a specific platform using plugman:

# iOS
plugman install --platform ios --project ./platforms/ios --plugin @thegrizzlylabs/cordova-plugin-genius-scan

# Android
plugman install --platform android --project ./platforms/android --plugin @thegrizzlylabs/cordova-plugin-genius-scan

What’s Next?

Next, configure a license key.

Products

Industries

Case Studies

Integration

Company

© 2025 The Grizzly Labs. All rights reserved.