📄️ About
SmartCapture Document is a module designed for seamless document capture. It simplifies the process of collecting documents via camera input, providing high-quality images suitable for further processing or verification.
📄️ Installation
SmartCapture Document is distributed via a private maven repository. In order to use this module you will first need to obtain a set of AWS credentials from your GBG technical account manager.
📄️ Quick Setup
After following the install instructions you are ready to launch the SDK. The quick setup will go over how to launch the SDK via an Activity to capture a document image. Alternatively, you can launch it using a Composable function (see composition).
📄️ Composition
In addition to supporting implementation via Activity (described in quick setup) the SDK also supports implementation via Jetpack Compose.
📄️ Customization
Customization is supported following the standard way to customize in Android (overriding XML properties in your project).
📄️ References
This page contains references for possible error codes, object structure, etc. Most of this can be obtained from the javadoc/clicking into code via Android Studio, but it is also provided here as a reference.