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