In this guide, you will learn how to get started with the Genius Scan SDK for Capacitor.
Install the plugin from your Capacitor application:
npm install @thegrizzlylabs/capacitor-plugin-genius-scan@6.5.0
npx cap sync
Android builds require Java 21. The plugin adds the Genius Scan Maven repository and configures its Android library with minSdkVersion 23.
Add the required camera permission to your app’s Info.plist:
<key>NSCameraUsageDescription</key>
<string>We use the camera to scan documents</string>
The Capacitor package declares structuredData as unknown, so TypeScript apps should narrow it to the expected receipt, barcode, or custom shape before reading extracted fields.
Next, configure a license key. To compare with a working integration, see the sample apps.
© 2026 The Grizzly Labs. All rights reserved.