import textract. pdffile = "myfile.pdf". text = textract.process(pdffile, method = 'tesseract' , language = 'eng' ) ...
確定! 回上一頁