我想从具有表格格式的pdf中提取特定详细信息,并希望使用python将其保存为excel。
我尝试使用表格库将pdf转换为excel /文本。
tabula.convert_into("eway.pdf", "output.csv", output_format="csv", pages='all')
我也尝试了area参数,但是并没有太大帮助
tabula.read_pdf("eway.pdf", area=(126,149,212,462), pages=1)
我要提取图像中突出显示的部分并将每行保存在不同的单元格中