Skip to content

Conversation

valentin-best
Copy link

@valentin-best valentin-best commented Oct 8, 2025

This PR adds support for extracting chart data from PowerPoint presentations in the docling/backend/mspowerpoint_backend.py backend. The main enhancement is the introduction of a new method to handle charts, allowing the backend to capture chart metadata and series data alongside tables and images.

Issue resolved by this Pull Request:
Resolves #2306

Linked Pull Request on docling-core:
docling-project/docling-core#401

Checklist:

  • Documentation has been updated, if necessary.
  • Examples have been added, if necessary.
  • Tests have been added, if necessary.

Copy link
Contributor

github-actions bot commented Oct 8, 2025

DCO Check Passed

Thanks @valentin-best, all your commits are properly signed off. 🎉

Copy link

mergify bot commented Oct 8, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Charts Extraction from PPTX files

1 participant