...
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.
Follow the recommendations below:
...