Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Processing of placeholder shapes in pptx that have text but no bbox #868

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

maxmnemonic
Copy link
Contributor

This PR fixes a crash on pptx files that use placeholder shapes.
When placeholder shape with text is encountered, text is extracted and bounding box of parent slide is used for provenance.

Issue resolved by this Pull Request:
Resolves #584

Checklist:

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

@maxmnemonic maxmnemonic self-assigned this Feb 3, 2025
Copy link

mergify bot commented Feb 3, 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)(?:\(.+\))?(!)?:

@maxmnemonic maxmnemonic merged commit eff16b6 into main Feb 3, 2025
10 checks passed
@maxmnemonic maxmnemonic deleted the dev/pptx_placeholders branch February 3, 2025 08:33
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.

Placeholder elements in Powerpoint files have no size
2 participants