mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
82dc07611e
pdfminer.six raises some exceptions without a message (e.g. PDFPasswordIncorrect, raised bare). Wrapping such an instance in PdfminerException produced an exception whose str() was the empty string, so opening a password-protected PDF without a password failed with no indication of why. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>