📄️ 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. See the quick setup section for info on how to use the SDK.
📄️ 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
Some customization of the document camera is supported. Localization can be updated by overriding strings within your app's strings.xml. In addition to overriding the above, if started via DocumentCameraView, the composition will utilize its wrapping MaterialTheme. The camera is designed for and tested with the SmartCaptureUiTheme, but modifying the appearance of the camera by customizing the MaterialTheme is supported.
📄️ 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.