public class DocumentProcessingResult
extends java.lang.Object
| Constructor and Description |
|---|
DocumentProcessingResult(Document document,
java.util.List<Page> pages,
java.io.File documentFile) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument() |
java.io.File |
getDocumentFile() |
java.util.List<Page> |
getPages() |
public Document getDocument()
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.public java.util.List<Page> getPages()
public java.io.File getDocumentFile()