The DOCX and PDF files are in the same folder. def compare_text_docx_pdf(path): for i in range(0, len(os.listdir(path))): if ...
確定! 回上一頁