Page Storage Processor
open class PageStorageProcessor(documentScanner: DocumentScanner, pageStorage: LegacyPageStorage, pageStorageSettings: PageStorageSettings, imageFileIOProcessor: ImageFileIOProcessor) : PageStorageProcessor
Deprecated
Use new Document API instead.
Class that creates all inner structure for new page
Inheritors
Constructors
Link copied to clipboard
constructor(documentScanner: DocumentScanner, pageStorage: LegacyPageStorage, pageStorageSettings: PageStorageSettings, imageFileIOProcessor: ImageFileIOProcessor)
Types
Link copied to clipboard
data class Configuration(val createPreview: Boolean = true, val createDocument: Boolean = false, val documentImageSizeLimit: PageStorageProcessor.Configuration.Size = Size(), val imageScale: Float = 1.0f, val imageOrientation: Int = 0, val requiredAspectRatios: List<AspectRatio> = ArrayList(), val pageImageSource: PageImageSource = PageImageSource.UNDEFINED)