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 DocumentReaderModifier and TypeClassDescriptionclassA class that reads JSON documents and converts them into a list ofDocumentobjects.classADocumentReaderthat reads text from aResource. -
Uses of DocumentReader in org.springframework.ai.reader.jsoup
Classes in org.springframework.ai.reader.jsoup that implement DocumentReaderModifier and TypeClassDescriptionclassReads HTML documents and extracts text content using JSoup. -
Uses of DocumentReader in org.springframework.ai.reader.markdown
Classes in org.springframework.ai.reader.markdown that implement DocumentReaderModifier and TypeClassDescriptionclassReads the given Markdown resource and groups headers, paragraphs, or text divided by horizontal lines (depending on theMarkdownDocumentReaderConfig.horizontalRuleCreateDocumentconfiguration) intoDocuments. -
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.