You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info = pdf2image.pdfinfo_from_path(filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\flywh\AppData\Local\Programs\Python\Python312\Lib\site-packages\pdf2image\pdf2image.py", line 607, in pdfinfo_from_path
raise PDFInfoNotInstalledError(
pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
Then I looked at poppler python library and found it is under GPL 2.0 license. That means this software must be GPL license too.
Is it possible to use other non-GPL licensed python library such as pypdf?
The text was updated successfully, but these errors were encountered:
Run and added a PDF file then got error:
Then I looked at poppler python library and found it is under GPL 2.0 license. That means this software must be GPL license too.
Is it possible to use other non-GPL licensed python library such as pypdf?
The text was updated successfully, but these errors were encountered: