Skip to content

Commit

Permalink
FIXUP: only latest pymupdf needs support in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Dec 13, 2023
1 parent 2c4e466 commit 8ab2abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dangerzone/conversion/pixels_to_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async def convert(
safe_doc.insert_pdf(ocr_pdf)
else: # Don't OCR
safe_doc.insert_file(pixmap)

self.percentage += percentage_per_page

# Next operations apply to the all the pages, so we need to recalculate the
Expand Down

0 comments on commit 8ab2abe

Please sign in to comment.