我正在尝试使用 camelot 从 pdf 中提取表格数据,但出现以下错误。
代码:
tables = camelot.read_pdf(file_name)
错误:
GhostscriptNotFound:请确保 Ghostscript 已安装且在 PATH 环境变量中可用
我已经安装了 Ghostscript,并且可以在 PATH 环境变量中使用它。
请查看以下版本详细信息:
- Windows-10-10.0.17134-SP0
- Python 3.6.5 |Anaconda, Inc.| (默认,2018 年 3 月 29 日,13:32:41)[MSC v.1900 64 位 (AMD64)]
- NumPy 1.14.3
- 开放CV 3.4.3
- 卡米洛特 0.3.2
请帮助解决此问题。