Versions Compared

Key

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

...

Info

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

The Capture SDK can return with the following results:

  • CaptureResult.Success

    A document was analyzed and the extractions are available in the properties of the CaptureResult.Success object.

  • CaptureResult.Cancel

    The user has canceled Gini Capture SDK.

  • CaptureResult.Error

    An error occurred and the details are available in the value property of the CaptureResult.Error object.

  • CaptureResult.Empty
    The Gini Capture SDK was able to extract information, but they were not payment related. Your app should proceed with allowing your user to enter the payment information manually.

  • CaptureResult.EnterManually

    The document analysis finished with no results or an error and the user clicked the Enter manually button on either the No Results Screen or the Error Screen. Your app should proceed with allowing your user to enter the payment information manually.

In the following example, you can see how to launch the capture flow and how to handle the results:

...