Charlie77-E
Results
1
issues of
Charlie77-E
I have the following script: import docx2txt input_loc = input("Your docx location: ") output_loc = input("Output location: ") text = docx2txt.process(input_loc.split('"')[1], output_loc.split('"')[1]) Where the input is: Your docx location: "C:\Users\Public\Documents\DV_Test_Report_-_Test_Plan.docx"...