赞
踩
import xlwt import pdfplumber # 定义保存Excel的位置 workbook = xlwt.Workbook() sheet = workbook.add_sheet("提取内容") pdf_path = r'path.pdf'