Add PPTX slide and speaker-notes redaction - #2173
Merged
maziyarpanahi merged 4 commits intoAug 13, 2026
Merged
Conversation
…-slide-notes-redaction # Conflicts: # openmed/multimodal/__init__.py # scripts/release/check_license_policy.py
maziyarpanahi
changed the base branch from
master
to
batch/maziyarpanahi-v22-documents-2026-08-13
August 13, 2026 13:10
maziyarpanahi
merged commit Aug 13, 2026
fecab9f
into
batch/maziyarpanahi-v22-documents-2026-08-13
3 checks passed
maziyarpanahi
added a commit
that referenced
this pull request
Aug 13, 2026
* Ship clinical document and form intake with FHIR SDC output (#2049) Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * feat: add PDF table and figure-caption extraction (#2169) Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * Add a key-value and form-field extractor to openmed/structured (#2170) * feat: add key-value form field extractor * fix: export key-value form field extractor --------- Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * Add XLSX cell-level spreadsheet redaction (#2171) * feat: add XLSX cell-level redaction * chore: review openpyxl license * fix: align XLSX redaction with tabular API --------- Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * feat: add ODT/ODF text extraction with offset maps (#2172) Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * Add PPTX slide and speaker-notes redaction (#2173) Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com> * integration: preserve multimodal and license contracts --------- Co-authored-by: Maziyar Panahi <5762953+maziyarpanahi@users.noreply.github.com>
Owner
Author
|
Integrated via #2687 after exact-head validation. The batch passed 54 focused tests (1 skipped), Ruff checks and format verification, and a strict documentation build; the resulting master tree was verified exactly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds PPTX ingestion and PHI redaction for slide shapes, table cells, and speaker notes through the multimodal ingest contract.
Changes
.pptxhandler, expose the public API, document usage, and add the permissive-license dependency metadata.Root cause
The multimodal ingest contract supported DOCX but had no PPTX adapter, leaving slide text and speaker notes outside the text redaction path.
Validation
.venv/bin/python -m pytest tests/unit/multimodal/test_pptx_redact.py tests/unit/multimodal/test_multimodal_extra.py -q— 4 passed, 1 skipped.Synthetic offline data only; embedded images remain out of scope.
Closes #860