Uses of Class
org.springframework.ai.reader.ExtractedTextFormatter
Package
Description
-
Uses of ExtractedTextFormatter in org.springframework.ai.reader
Modifier 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
Modifier and TypeFieldDescriptionfinal ExtractedTextFormatter
PdfDocumentReaderConfig.pageExtractedTextFormatter
Modifier and TypeMethodDescriptionPdfDocumentReaderConfig.Builder.withPageExtractedTextFormatter
(ExtractedTextFormatter pageExtractedTextFormatter) Formatter of the extracted text. -
Uses of ExtractedTextFormatter in org.springframework.ai.reader.tika
ModifierConstructorDescriptionTikaDocumentReader
(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.