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

feat(docx): Support of SDTs in docx backend #853

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

maxmnemonic
Copy link
Contributor

@maxmnemonic maxmnemonic commented Jan 31, 2025

SDT stands for Structured Document Tag. These are content controls in Word—special containers that can hold specific types of content, often used for forms or metadata.

Issue resolved by this Pull Request:
Resolves #627

Checklist:

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

Copy link

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

@cau-git cau-git changed the title Support of table of content containers in docx backend feat: Support of table of content containers in docx backend Jan 31, 2025
@maxmnemonic maxmnemonic changed the title feat: Support of table of content containers in docx backend feat: Support of SDTs in docx backend Jan 31, 2025
@dolfim-ibm dolfim-ibm changed the title feat: Support of SDTs in docx backend feat(docx): Support of SDTs in docx backend Jan 31, 2025
@dolfim-ibm
Copy link
Contributor

This PR will also make the text of the table of content (among others) visible. As a follow up work, we should also try to identify the TOC and expose it in the DoclingDocument.

@maxmnemonic maxmnemonic merged commit d727b04 into main Jan 31, 2025
10 checks passed
@maxmnemonic maxmnemonic deleted the dev/docx_toc branch January 31, 2025 13:52
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.

Processing of TOC objects in Word Documents DOCX fails
3 participants