Uses of Record Class
org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Packages that use ParagraphManager.Paragraph
-
Uses of ParagraphManager.Paragraph in org.springframework.ai.reader.pdf
Methods in org.springframework.ai.reader.pdf with parameters of type ParagraphManager.ParagraphModifier and TypeMethodDescriptionprotected void
ParagraphPdfDocumentReader.addMetadata
(ParagraphManager.Paragraph from, ParagraphManager.Paragraph to, Document document) ParagraphPdfDocumentReader.getTextBetweenParagraphs
(ParagraphManager.Paragraph fromParagraph, ParagraphManager.Paragraph toParagraph) protected Document
ParagraphPdfDocumentReader.toDocument
(ParagraphManager.Paragraph from, ParagraphManager.Paragraph to) -
Uses of ParagraphManager.Paragraph in org.springframework.ai.reader.pdf.config
Methods in org.springframework.ai.reader.pdf.config that return ParagraphManager.ParagraphModifier and TypeMethodDescriptionprotected ParagraphManager.Paragraph
ParagraphManager.generateParagraphs
(ParagraphManager.Paragraph parentParagraph, org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode bookmark, Integer level) For givenPDOutlineNode
bookmark convert all siblingPDOutlineItem
items intoParagraphManager.Paragraph
instances under the parentParagraph.ParagraphManager.Paragraph.parent()
Returns the value of theparent
record component.Methods in org.springframework.ai.reader.pdf.config that return types with arguments of type ParagraphManager.ParagraphModifier and TypeMethodDescriptionParagraphManager.Paragraph.children()
Returns the value of thechildren
record component.ParagraphManager.flatten()
ParagraphManager.getParagraphsByLevel
(ParagraphManager.Paragraph paragraph, int level, boolean interLevelText) Methods in org.springframework.ai.reader.pdf.config with parameters of type ParagraphManager.ParagraphModifier and TypeMethodDescriptionprotected ParagraphManager.Paragraph
ParagraphManager.generateParagraphs
(ParagraphManager.Paragraph parentParagraph, org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode bookmark, Integer level) For givenPDOutlineNode
bookmark convert all siblingPDOutlineItem
items intoParagraphManager.Paragraph
instances under the parentParagraph.ParagraphManager.getParagraphsByLevel
(ParagraphManager.Paragraph paragraph, int level, boolean interLevelText) Constructors in org.springframework.ai.reader.pdf.config with parameters of type ParagraphManager.ParagraphModifierConstructorDescriptionParagraph
(ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position) Paragraph
(ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position, List<ParagraphManager.Paragraph> children) Creates an instance of aParagraph
record class.Constructor parameters in org.springframework.ai.reader.pdf.config with type arguments of type ParagraphManager.ParagraphModifierConstructorDescriptionParagraph
(ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position, List<ParagraphManager.Paragraph> children) Creates an instance of aParagraph
record class.