DocumentProcessingResult

data class DocumentProcessingResult(val document: Document, val pages: List<Page>, val documentFile: File)

Result of the document draft processing

Constructors

Link copied to clipboard
constructor(document: Document, pages: List<Page>, documentFile: File)

Properties

Link copied to clipboard

Document which was processed. It is possible that properties of the document were updated during processing (file size, thumbnail path, etc.), so this object represents state right after processing.

Link copied to clipboard

resulting file of the document

Link copied to clipboard

pages of the processed document