我正在尝试使用 Camelot 从 pdf 中提取表格数据,但出现以下错误。
tables = camelot.read_pdf(file_name)
GhostscriptNotFound:请确保安装了 Ghostscript 并且在 PATH 环境变量中可用
我已经安装了 Ghostscript,并且可以在 PATH 环境变量中使用它。
请查看以下版本详细信息:
请帮助解决此问题。
python python-camelot
python ×1
python-camelot ×1