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 voidParagraphPdfDocumentReader.addMetadata(ParagraphManager.Paragraph from, ParagraphManager.Paragraph to, Document document) ParagraphPdfDocumentReader.getTextBetweenParagraphs(ParagraphManager.Paragraph fromParagraph, ParagraphManager.Paragraph toParagraph) protected @Nullable DocumentParagraphPdfDocumentReader.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.ParagraphParagraphManager.generateParagraphs(ParagraphManager.Paragraph parentParagraph, org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode bookmark, Integer level) For givenPDOutlineNodebookmark convert all siblingPDOutlineItemitems intoParagraphManager.Paragraphinstances under the parentParagraph.@Nullable ParagraphManager.ParagraphParagraphManager.Paragraph.parent()Returns the value of theparentrecord 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 thechildrenrecord 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.ParagraphParagraphManager.generateParagraphs(ParagraphManager.Paragraph parentParagraph, org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode bookmark, Integer level) For givenPDOutlineNodebookmark convert all siblingPDOutlineItemitems intoParagraphManager.Paragraphinstances 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(@Nullable ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position) Paragraph(@Nullable ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position, List<ParagraphManager.Paragraph> children) Creates an instance of aParagraphrecord class.Constructor parameters in org.springframework.ai.reader.pdf.config with type arguments of type ParagraphManager.ParagraphModifierConstructorDescriptionParagraph(@Nullable ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position, List<ParagraphManager.Paragraph> children) Creates an instance of aParagraphrecord class.