jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.02k stars 619 forks source link

ghostscript x64 not found on Windows, even though it is on %PATH% #1031

Closed echedey-ls closed 8 months ago

echedey-ls commented 8 months ago

Describe the bug

See title.

See line in repair.py.

>>> import shutil
>>> shutil.which('gswin64c')
'C:\\Program Files\\gs\\gs10.02.0\\bin\\gswin64c.EXE'

Environment