我想将pdf文件转换为excel并通过python将其保存在本地。我已将 pdf 转换为 excel 格式,但我应该如何将其保存在本地?
我的代码:
df = ("./Downloads/folder/myfile.pdf") tabula.convert_into(df, "test.csv", output_format="csv", stream=True)
python csv export-to-csv tabula convertto-json
convertto-json ×1
csv ×1
export-to-csv ×1
python ×1
tabula ×1