PdfFileReader(pdffile) print(pdfread.getNumPages()) pageinfo=pdfread.getPage(0) print(pageinfo.extractText()) While running the above the ...
確定! 回上一頁