简体   繁体   English

使用 camelot 提取数据

[英]data extraction using camelot

I am encountering ghostscript error: fatal while extracting data from a pdf using camelot in jupyter notebook.我在 jupyter notebook 中使用 camelot 从 pdf 中提取数据时遇到 ghostscript 错误:致命。

import camelot.io as cam
tables = cam.read_pdf("monotogomry 6th edtn.pdf", pages ='81')

try this code:试试这个代码:

import camelot as cam
tables = cam.read_pdf("monotogomry 6th edtn.pdf", pages ='81')

and you can have look into camelots page: https://camelot-py.readthedocs.io/en/master/您可以查看 camelots 页面: https://camelot-py.readthedocs.io/en/master/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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