Uses of Record Class
org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
-
Uses of ParagraphManager.Paragraph in org.springframework.ai.reader.pdf
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionParagraphManager.Paragraph.children()
Returns the value of thechildren
record component.ParagraphManager.flatten()
ParagraphManager.getParagraphsByLevel
(ParagraphManager.Paragraph paragraph, int level, boolean interLevelText) Modifier 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) ModifierConstructorDescriptionParagraph
(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.ModifierConstructorDescriptionParagraph
(ParagraphManager.Paragraph parent, String title, int level, int startPageNumber, int endPageNumber, int position, List<ParagraphManager.Paragraph> children) Creates an instance of aParagraph
record class.