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
The parser is incorrectly identifying a non-secured PDF as secured, preventing it from being read. The PDF in question can be opened and read without any password or security measures using various PDF readers (Adobe Acrobat, Chrome PDF viewer, etc.). There are no apparent security features enabled on this PDF, suggesting this is a false positive in the library's security detection mechanism.
Expected output: The PDF content should be successfully extracted.
Actual output: An exception is thrown with the message: "Secured pdf file are currently not supported."
It's very likely that this file is encrypted, but with an empty passphrase. Try the pdfinfo tool from the 'poppler-utils' (Debian package or https://pypi.org/project/poppler-utils/ ).
Description:
The parser is incorrectly identifying a non-secured PDF as secured, preventing it from being read. The PDF in question can be opened and read without any password or security measures using various PDF readers (Adobe Acrobat, Chrome PDF viewer, etc.). There are no apparent security features enabled on this PDF, suggesting this is a false positive in the library's security detection mechanism.
PDF input
The PDF file can be found at: https://www.lacameraembarquee.fr/img/cms/fiches-produit/DJINeo-manuel.pdf
Expected output & actual output
Expected output: The PDF content should be successfully extracted.
Actual output: An exception is thrown with the message: "Secured pdf file are currently not supported."
Code
The text was updated successfully, but these errors were encountered: