...
Code Block | ||
---|---|---|
| ||
func stopGiniBankSDK() { // After the user hassees seen and potentially correctedcorrects the extractions // cleanup the SDK while passing in the final extraction values // which will beis used as feedback to improve the future extraction accuracy: GiniConfiguration.shared.cleanup(paymentRecipient: "Payment Recipient", paymentReference: "Payment Reference", paymentPurpose: "Payment Purpose", iban: "IBAN", bic: "BIC", amountToPay: ExtractionAmount(value: 10.242, currency: .EUR)) } |
...