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 TypeClassDescriptionclass
A class that reads JSON documents and converts them into a list ofDocument
objects.class
ADocumentReader
that reads text from aResource
. -
Uses of DocumentReader in org.springframework.ai.reader.markdown
Classes in org.springframework.ai.reader.markdown that implement DocumentReaderModifier and TypeClassDescriptionclass
Reads the given Markdown resource and groups headers, paragraphs, or text divided by horizontal lines (depending on theMarkdownDocumentReaderConfig.horizontalRuleCreateDocument
configuration) intoDocument
s. -
Uses of DocumentReader in org.springframework.ai.reader.pdf
Classes in org.springframework.ai.reader.pdf that implement DocumentReaderModifier and TypeClassDescriptionclass
Groups the parsed PDF pages intoDocument
s.class
Uses 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 TypeClassDescriptionclass
A document reader that leverages Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML.