-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Describe the bug
PyPDF2is deprecated and has been superseded bypypdf.- The function
mobi_to_jsonhas been removed from the dev, but a corresponding test case still exists
Expected behavior
The project should use pypdf instead of the deprecated PyPDF2 library.
Additional context
I have migrated the PDF-handling code locally from PyPDF2 → pypdf.
I also identified the outdated test case related to mobi_to_json and can update it according to the maintainers’ preference.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file