docling icon indicating copy to clipboard operation
docling copied to clipboard

feat: Extracting picture data for raster images found in PPTX

Open maxmnemonic opened this issue 1 year ago • 2 comments

This PR populates image data in docling documents by PPTX backend, also introduces basic PPTX tests.

Checklist:

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

maxmnemonic avatar Nov 15 '24 13:11 maxmnemonic

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/

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

🟢 Require two reviewer for test updates

Wonderful, this rule succeeded.

When test data is updated, we require two reviewers

  • [X] #approved-reviews-by >= 2

mergify[bot] avatar Nov 15 '24 13:11 mergify[bot]

Added tests, ready for re-review

maxmnemonic avatar Nov 18 '24 10:11 maxmnemonic