... fname in os.listdir(pdf_path): if os.path.isfile(pdf_path+fname ): f = textract.process(pdf_path+fname ) if 'string' in f: print fname
確定! 回上一頁