Skip to content
Discussion options

You must be logged in to vote

Best use Redaction annotations:

words = page.get_text("words")
page.add_redact_annot(w[:4])  # for some desired w in words
page.add_redact_annot(v[:4])  # for another desired v in words
...
page.apply_redactions()  # remove all text in above redactions

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MallRoy
Comment options

@JorjMcKie
Comment options

@MallRoy
Comment options

Answer selected by MallRoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants