You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with PPTX files, I came across a formatting issue that could use some enhancement. Specifically, when a slide contains multiple subheadings, each with their own bullet points, the parsed output doesn’t maintain the correct grouping of bullet points under their respective subheadings.
current version : Docling 2.28.4
For example, consider a slide like this:
Currently, the extracted output looks like this:
As shown in the attached screenshot, all bullet points are getting grouped under the first subheading, and the second subheading appears without its associated content.
Suggested Enhancement:
It would be helpful to enhance the PPTX parsing logic to:
Maintain bullet point association with the correct subheading
Possibly use text box position, text style, or slide structure hierarchy to infer grouping
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While working with PPTX files, I came across a formatting issue that could use some enhancement. Specifically, when a slide contains multiple subheadings, each with their own bullet points, the parsed output doesn’t maintain the correct grouping of bullet points under their respective subheadings.
current version : Docling 2.28.4
For example, consider a slide like this:

Currently, the extracted output looks like this:

As shown in the attached screenshot, all bullet points are getting grouped under the first subheading, and the second subheading appears without its associated content.
Suggested Enhancement:
It would be helpful to enhance the PPTX parsing logic to:
Beta Was this translation helpful? Give feedback.
All reactions