I have used this code to convert pdf to text. input1 = '//Home//Sai Krishna Dubagunta.pdf'output = '//Home//Me.txt'os.system(("pdftotext %s %s") %( input1, ...
確定! 回上一頁