Class CustomPageStorage
-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.page.PageStorage
,io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
@Deprecated(message = "Use new Document API instead.") public final class CustomPageStorage extends PageStorageBase
Implementation of PageStorageBase that is based on the custom directory
-
-
Constructor Summary
Constructors Constructor Description CustomPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
Method Summary
Modifier and Type Method Description File
getPagesDirectory()
Provides directory which store all pages -
-
Constructor Detail
-
CustomPageStorage
CustomPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
-
Method Detail
-
getPagesDirectory
File getPagesDirectory()
Provides directory which store all pages
-
-
-
-