Add assert to verify the PDF content. import PyPDF2 file=open("sample.pdf","rb") reader=PyPDF2.PdfFileReader(file) page1 ...
確定! 回上一頁