Interface DocumentReader

All Superinterfaces:
Supplier<List<Document>>
All Known Implementing Classes:
JsonReader, MarkdownDocumentReader, PagePdfDocumentReader, ParagraphPdfDocumentReader, TextReader, TikaDocumentReader

public interface DocumentReader extends Supplier<List<Document>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<Document>
     

    Methods inherited from interface java.util.function.Supplier

    get