createIntentForImportedFile

Screen API

When your application receives a file from another application you can use this method to create an Intent for launching the Gini Vision Library.

Start the Intent with startActivityForResult to receive the extractions or a GiniVisionError in case there was an error.

Return

an Intent for launching the Gini Vision Library

Parameters

analysisActivityClass

(optional) the class of your application's subclass

context

Android context

intent

the Intent your app received

reviewActivityClass

(optional) the class of your application's subclass