Dear
There is a new problem, please help to check, checked the document for a long time but did not find a solution:
The following code is called twice for the same docx file
file_path = "test.docx"
doc = awords.Docum…...file_path = "test.docx" doc = awords.Document(file_path) save_path...save_path = os.path.join(os.path.basename(file_path).split("." )[0]...