python:辦公自動化之:PDF

需要模塊:pypdf2、pdfplumber   Python提取PDF文字內容 利用pdfplumber提取文字: import pdfplumber with pdfplumber.open(....pdf) as pdf:        first_page=pdf.pages[0]        print(first_apge.extract_text()) 提取表格:   table是
相關文章
相關標籤/搜索