Replies: 1 comment
|
This has been implemented in v0.5.0! 🎉 The plugin now includes a
No more "generated by python-docx" leaking into document properties — exactly what you proposed. Thanks for the detailed suggestion, it helped shape the implementation! Update the plugin to get this fix. If you find this helpful, a star on openwebui-extensions would be much appreciated! ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was having a look at the fingerprint coming from these docs and noted that python-docx adds "generated by python-docx".
Having a deeper look I have added to my local version a sanitize method however you could also now add the current user as the author or set the title for example (line 1525), I added self._sanitize_metadata(doc):
then at the very end:
All reactions