简体   繁体   中英

How to install Camelot package in Python?

I need to convert tabular PDFs to CSV. I tried with everything like tabula, pdfminer etc... but nothing seems to give me desired output.

I came across Camelot and want to give it a go but not able to install it over Anaconda. I am trying with conda install -c conda-forge camelot-py but it does not seem to return console control.

How can I proceed further with this?

我找到了解决方案,我们需要先安装 Ghostscript,也需要安装 GhostScript 应用程序并将其添加到路径中才能使其工作

If you are on google colab, create a new notebook and install it like this. This one handles Ghostscript issues as well.

!pip install camelot-py[cv]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM