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

Add Optional Charset (like ASCII) Option in Watermark Extraction #196

Open
mhellmeier opened this issue Jan 31, 2025 · 0 comments
Open

Add Optional Charset (like ASCII) Option in Watermark Extraction #196

mhellmeier opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
component: watermarker Watermarker Library feature New feature or request

Comments

@mhellmeier
Copy link
Member

🚀 Feature Request

Current Problem

The robustness problem is described in the upstream issue #20.

Proposed Solution

Since the library can currently embed any byte-encoded sequence inside the cover text, most use cases use plain text encoded in ASCII (letters, numbers, maybe some special characters like "!?) in the watermark. This is only a small part of the Unicode standard.

An option during the watermark extraction can be set to, e.g., only try to extract a watermark encoded in ASCII. In this case, all watermarks containing non-ASCII characters can be identified as broken watermarks.

Additional Context

./.

@mhellmeier mhellmeier added component: watermarker Watermarker Library feature New feature or request labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: watermarker Watermarker Library feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants