Ivan Chen
Ivan Chen
Thanks for the reply. Do you mind just helping me figure out why the sample file isn't working? This same issue is also happening when running the `python3 example.py <...
Found a way to fix this... the `from_bytes` function in `PdfString` has an option to force it to encode in hex. Passing `'hex'` to the function seems to fix the...
I think it does break something else! It looks like it's removing some text either before or after a redacted text, I am looking into this issue.
Nope nvm! It was another issue with how the text layer treats every line break as none-existing, my regex will treat the last word from previous line as a part...