Skip to content

Correct Text box is not picked up #3828

Discussion options

You must be logged in to vote

Getting perfect behavior with this snippet:

import pymupdf
pymupdf.version
('1.24.10', '1.24.9', '20240902000001')
doc=pymupdf.open("redacted.pdf")
for page in doc:
    page.apply_redactions(images=0,graphics=0,text=0)
doc.ez_save("y.pdf")

y.pdf

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Mominadar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not a bug not a bug / user error / unable to reproduce
2 participants
Converted from issue

This discussion was converted from issue #3824 on August 30, 2024 11:07.