- Code: Select all
!pip install Spire.PDF
Next I tried to run the sample code under "Extract All the Images from a PDF Document " in this tutoral:
Python-Extract-Text-and-Images-from-PDF-Documents.html
I get the following error on the inner loop:
AttributeError: 'PdfPageBase' object has no attribute 'ExtractImages'
Any suggestions?