Uses of Class
org.springframework.ai.reader.ExtractedTextFormatter
Packages that use ExtractedTextFormatter
Package
Description
-
Uses of ExtractedTextFormatter in org.springframework.ai.reader
Methods in org.springframework.ai.reader that return ExtractedTextFormatterModifier and TypeMethodDescriptionExtractedTextFormatter.Builder.build()
Constructs and returns an instance ofExtractedTextFormatter
using the configurations set on this builder.static ExtractedTextFormatter
ExtractedTextFormatter.defaults()
Provides a default instance of the formatter. -
Uses of ExtractedTextFormatter in org.springframework.ai.reader.pdf.config
Fields in org.springframework.ai.reader.pdf.config declared as ExtractedTextFormatterModifier and TypeFieldDescriptionfinal ExtractedTextFormatter
PdfDocumentReaderConfig.pageExtractedTextFormatter
Methods in org.springframework.ai.reader.pdf.config with parameters of type ExtractedTextFormatterModifier and TypeMethodDescriptionPdfDocumentReaderConfig.Builder.withPageExtractedTextFormatter
(ExtractedTextFormatter pageExtractedTextFormatter) Formatter of the extracted text. -
Uses of ExtractedTextFormatter in org.springframework.ai.reader.tika
Constructors in org.springframework.ai.reader.tika with parameters of type ExtractedTextFormatterModifierConstructorDescriptionTikaDocumentReader
(String resourceUrl, ExtractedTextFormatter textFormatter) Constructor initializing the reader with a given resource URL and a text formatter.TikaDocumentReader
(org.springframework.core.io.Resource resource, ExtractedTextFormatter textFormatter) Constructor initializing the reader with a resource and a text formatter.TikaDocumentReader
(org.springframework.core.io.Resource resource, ContentHandler contentHandler, ExtractedTextFormatter textFormatter) Constructor initializing the reader with a resource, content handler, and a text formatter.