JoshData / pdf-redactor

A general purpose PDF text-layer redaction tool for Python 2/3.
Creative Commons Zero v1.0 Universal
180 stars 61 forks source link

Can't redact with brackets "[" and "]" #26

Open wweerrffddss opened 3 years ago

wweerrffddss commented 3 years ago

I want to redact my client name like "Pepsi" with term "[Client]". I add this rule in options.content_filters. However, the result is like "?Client?". Do you know how to fix this? Many many thanks...

JoshData commented 3 years ago

This sounds like the issue described under the section Character replacement in the project README.