pip install tabula-py. 使用起来也很简单,一行代码的事. import tabula df = tabula.read_pdf(r"北京.pdf", encoding='gbk', pages='all') print(df) # 如果pdf有多 ...
確定! 回上一頁