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

partition_docx - does not pick up 'subject' document property as document text #17

Open
erik-squared opened this issue Apr 26, 2024 · 0 comments

Comments

@erik-squared
Copy link

I am working with partition_docx() and the document I am processing has the 'subject' document property inserted several places throughout the document.

It appears that partition_docx() does not pick up the text of this property, and it is therefore dropped from the output text.

You can easily recreate this:

  • create a new MS Word document
  • add the subject property via file->info->properties->advanced properties
  • add some text to the document and then insert the subject property into the document via insert->quick parts->field
  • parse the document via partition_docx()
  • the subject property text is omitted from the output of partition_docx()
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

No branches or pull requests

1 participant