Package-level declarations

Types

Link copied to clipboard
class DefaultDraftDocumentProcessor(documentStoreStrategy: DocumentStoreStrategy, composerFactory: ComposerFactory, documentProcessorMonitor: ProcessorMonitor<Document>) : DraftDocumentProcessor

Default implementation of DraftDocumentProcessor

Link copied to clipboard

Allows to import pdf files to Scanbot SDK as pages or extract image files. Based on Android PdfRenderer.

Link copied to clipboard
class Document

Represents a document.

Link copied to clipboard
interface DocumentApi

Represents a Document API that allows to create, load and store documents. Please call all this methods in IO thread if possible as they performs file operations.

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

Result of the document draft processing

Link copied to clipboard

Reacts on Document processing finished

Link copied to clipboard
Link copied to clipboard
class Page

Represents a page of a document.

Link copied to clipboard

Allows to import pdf files to Scanbot SDK as pages or extract image files

Link copied to clipboard
interface ProcessorMonitor<T>

Reacts on T processing finished