Disappear characters in replacement word #3667
Answered
by
JorjMcKie
Muhammadraafat1
asked this question in
Looking for help
-
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Jul 10, 2024
Replies: 1 comment
-
The problem is that the redaction algorithm does not (and must not!) care about small glyph heights setting. It must in contrast make sure (for legal reasons) that not a single bit remains that might carry information to be removed. To solve your issue, you can always further decrease the height of your redaction rectangle. For example make a small horizontal rectangular stripe around the middle line. As long as all desired characters overlap that stripe in any way, they will be removed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Muhammadraafat1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that the redaction algorithm does not (and must not!) care about small glyph heights setting. It must in contrast make sure (for legal reasons) that not a single bit remains that might carry information to be removed.
To solve your issue, you can always further decrease the height of your redaction rectangle. For example make a small horizontal rectangular stripe around the middle line. As long as all desired characters overlap that stripe in any way, they will be removed.