We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature idea taken from BPI review of the Wimi project. This issue records the idea...
Bob sends documents via email to journalists.
Given the transmitted document I need to be able to trace back the guy who sent the document.
The idea is to "water-mark" the document prior to delivery so that we would be able to track the message metadata.
A naive version of it would be to use metadata (eg on PDF)
Example:
X-LINAGORA-DOC-ID: {UUID}
X-LINAGORA-WATERMARKING: {UUID}
Then store :
Reading the watermarking info can be done directly on the DB
If enabled it will not play well with dedup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why
This is a feature idea taken from BPI review of the Wimi project. This issue records the idea...
Bob sends documents via email to journalists.
Given the transmitted document I need to be able to trace back the guy who sent the document.
How
The idea is to "water-mark" the document prior to delivery so that we would be able to track the message metadata.
A naive version of it would be to use metadata (eg on PDF)
Example:
X-LINAGORA-DOC-ID: {UUID}
on first document processing, then preserve itX-LINAGORA-WATERMARKING: {UUID}
on each document processing then override itThen store :
Components
Reading the watermarking info can be done directly on the DB
Downside
If enabled it will not play well with dedup
The text was updated successfully, but these errors were encountered: