pip install tabula-py import tabula #read all table data df = tabula.read_pdf("sample.pdf",pages=[1,2]) df[1] ...
確定! 回上一頁