Uses of Class
org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
-
Uses of PdfDocumentReaderConfig.Builder in org.springframework.ai.reader.pdf.config
Modifier and TypeMethodDescriptionPdfDocumentReaderConfig.builder()
Start building a new configuration.PdfDocumentReaderConfig.Builder.withPageBottomMargin
(int bottomMargin) Configures the Pdf reader page bottom margin.PdfDocumentReaderConfig.Builder.withPageExtractedTextFormatter
(ExtractedTextFormatter pageExtractedTextFormatter) Formatter of the extracted text.PdfDocumentReaderConfig.Builder.withPagesPerDocument
(int pagesPerDocument) How many pages to put in a single Document instance.PdfDocumentReaderConfig.Builder.withPageTopMargin
(int topMargin) Configures the Pdf reader page top margin.PdfDocumentReaderConfig.Builder.withReversedParagraphPosition
(boolean reversedParagraphPosition) Configures the Pdf reader reverse paragraph position.