Uses of Interface
org.springframework.ai.document.DocumentReader
Packages that use DocumentReader
Package
Description
-
Uses of DocumentReader in org.springframework.ai.reader
Classes in org.springframework.ai.reader that implement DocumentReader -
Uses of DocumentReader in org.springframework.ai.reader.pdf
Classes in org.springframework.ai.reader.pdf that implement DocumentReaderModifier and TypeClassDescriptionclassGroups the parsed PDF pages intoDocuments.classUses the PDF catalog (e.g. -
Uses of DocumentReader in org.springframework.ai.reader.tika
Classes in org.springframework.ai.reader.tika that implement DocumentReaderModifier and TypeClassDescriptionclassA document reader that leverages Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML.