Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin2li committed Jul 26, 2023
1 parent b47ae8d commit 54b85b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/pdf_redactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def redactor(options):
apply_updated_text(document, *text_layer)

# Update annotations.
update_annotations(document, options)
# update_annotations(document, options)

# Write the PDF back out.
writer = PdfWriter()
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ loguru
pyinstaller
numpy
requests
pdfrw
pdfrw>=0.4
defusedxml

0 comments on commit 54b85b4

Please sign in to comment.