Skip to content

Commit

Permalink
Fix pypdf import
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jan 3, 2025
1 parent 75a883d commit ec2e875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excalibur/utils/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
get_page_layout,
get_rotation,
)
from PyPDF2 import PdfReader, PdfWriter
from pypdf import PdfReader, PdfWriter


def get_pages(filename, pages, password=""):
Expand Down

0 comments on commit ec2e875

Please sign in to comment.