Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Request camera access via configuring Info.plist in your project.

  2. Configure GiniBankConfiguration.shared. Here is an implementation example.

  3. Present the UIViewController. Here is an example.

  4. Handle the extraction results by implementing GiniCaptureResultsDelegate. There are more details about the delegate methods below later and here is an implementation example.

  5. Cleanup configuration and resources while also providing the required extraction feedback to improve future extraction accuracy. Follow the these recommendations below:

Note
  • Provide values for all necessary fields, including those that were not extracted.

  • Provide the final data approved by the user (and not the initially extracted only).

  • Do cleanup only after TAN verification.

...

Check out an example app to see what an integration could look like.

...

The diagram below shows the interaction between your app and the SDK:

...