createIntentForImportedFiles

Screen API

If you have enabled the multi-page feature and your application receives one or multiple files from another application you can use this method to create an Intent for launching the Gini Vision Library.

Importing the files is executed on a secondary thread as it can take several seconds for the process to complete. The callback methods are invoked on the main thread.

In your callback's onSuccess(Intent) method start the Intent with startActivityForResult to receive the extractions or a GiniVisionError in case there was an error.

Return

a CancellationToken for cancelling the import process

Parameters

intent

the Intent your app received

context

Android context

callback

A AsyncCallback implementation