...
You don’t need to implement any extra steps.
Code Block | ||
---|---|---|
| ||
void stopGiniCaptureSDK() { // After the user has seen and potentially corrected the extractions // cleanup the SDK while passing in the final extraction values // which will be used as feedback to improve the future extraction accuracy: GiniCapture.cleanup((Context) this, paymentRecipient, paymentReference, paymentPurpose, iban, bic, amount ) } |
...