page.apply_redactions is redacting outside of annotations #3444
Unanswered
chrismahoney25
asked this question in
Looking for help
Replies: 2 comments
-
Update: the screenshots above are from a program calledpandadoc, when I apply my code to a different PDF it works as expected. I'm guessing this is an issued with the PDF structure itself? any ideas how to work around this? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is probably a duplicate of issue #3376. The fix (in MuPDF) has been developed and will be rolled out with the next version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the great library. I'm trying to remove sensitive information but when I apply the redaction it's removing extra data across the entire page, including images. This script was working yesterday and now its not. I'm very new to python.
heres a as screenshot of the annotations:
and here's an image of the outputted pdf:
as you can see, it's like the data is still on the document but not visible and the images are gone. If i copy and paste the highlighted info i can see what is suppose to be there.
I would appreciate any help :)
Beta Was this translation helpful? Give feedback.
All reactions