Document
This class is the container for transferring documents between the client application and the Gini Capture SDK and between the Fragments of the Gini Capture SDK.
Due to the size limitations of the android.os.Bundle, the document data byte array has to be stored in a memory cache when parceling and read from the cache when unparceling.
Warning: Always retrieve the Document extras from a Bundle to force unparceling and removing of the reference to the byte array from the memory cache. Failing to do so will lead to memory leaks.
Types
Link copied to clipboard
Enum of supported methods for importing documents.
Link copied to clipboard
Source of the document (e.g.
Functions
Link copied to clipboard
Link copied to clipboard
Retrieve with which method the document has been imported.
Link copied to clipboard
Retrieve the document's mime type (media type).
Link copied to clipboard
Retrieve from which source the document originates from.
Link copied to clipboard
Get the concrete document type.
Link copied to clipboard
Document is imported if it was picked from another app from the Camera Screen's document upload button or if a file was passed to the Gini Capture SDK through the client application from another app.
Link copied to clipboard
Documents like PDFs are not reviewable and can be passed directly to the Analysis Screen.
Link copied to clipboard