Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
To use the capture flow, do the followingIn order to launch the Gini Capture SDK, you need to:
Request camera access.
Configure the capture feature using the
CaptureConfiguration
.Register an activity result handler with the
CaptureFlowContract()
.Launch the SDK with
GiniBank.startCaptureFlow()
.Handle the extraction results.
Clean up the SDK by calling
GiniBank.releaseCapture()
while also providing the required extraction feedback to improve future extraction accuracy.
...