打开指定文件 import PyPDF2 pdfFile = open('./data/example.pdf','rb') #创建读取器对象 pdfReader = PyPDF2.PdfFileReader(pdfFile) pdfReader ...
確定! 回上一頁