domhnallmorr / Tk-Path-Finder

Windows File Explorer/Manager with Tabs. Written in Tkinter using ttkbootstrap.
MIT License
16 stars 5 forks source link

PDF Extraction #49

Closed domhnallmorr closed 1 year ago

domhnallmorr commented 1 year ago
pdf_reader = PdfFileReader(open(pdf, 'rb'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_reader.py", line 1974, in init deprecation_with_replacement("PdfFileReader", "PdfReader", "3.0.0") File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_utils.py", line 369, in deprecation_with_replacement deprecation(DEPR_MSG_HAPPENED.format(old_name, removed_in, new_name)) File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_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.

domhnallmorr commented 1 year ago

Resolved V0.49.7