In this guide, you will learn how to get started with the Genius Scan SDK for Cordova.
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
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
Next, configure a license key.
© 2025 The Grizzly Labs. All rights reserved.