PyPDF2是一个开源的库,因此在使用之前需要先安装。 pip install PyPDF2. 1.读取PDF. import PyPDF2 reader = PyPDF2.PdfFileReader(open('a ...
確定! 回上一頁