I have been using pdfplumber since. Is there any other library? apart from camelot, which uses pypdf2 and now theres an error saying:
File "C:UsersUSERAppDataLocalProgramsPythonPython312Libsite-packagesPyPDF2_utils.py", line 369, in deprecation_with_replacement
deprecation(DEPR_MSG_HAPPENED.format(old_name, removed_in, new_name))
File "C:UsersUSERAppDataLocalProgramsPythonPython312Libsite-packagesPyPDF2_utils.py", line 351, in deprecation
raise DeprecationError(msg)
PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
so what other way exists thanks!
I tried using pdfplumber, which is the current working solution but it doesnt read some pdf tables well.
New contributor
Mahmud Umar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.