Package io.scanbot.sdk.persistence.document
See: Description
-
Class Summary Class Description CustomDocumentStorage Implementation of DocumentStorageBase that is based on the custom directory DocumentStorageBase Provides File directories for saving documents DocumentStoreStrategy Provides java.io.File directories for saving DocumentThe structure of the document folder is the following: {documents_directory}/document UUID -------{document_name}. InternalDocumentStorage Implementation of DocumentStorageBase that is based on ExternalFilesDir -
Object Summary Object Description Companion -
Interface Summary Interface Description DocumentStorage Interface providing easy methods to work with Document objects.