Class DocumentProcessingResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Document getDocument() Document which was processed.
      final List<Page> getPages() pages of the processed document
      final File getDocumentFile() resulting file of the document
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentProcessingResult

        DocumentProcessingResult(Document document, List<Page> pages, File documentFile)
    • Method Detail

      • getDocument

         final 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.