How i can read all text in file docx?
all_paras = doc.paragraphs for para in all_paras: print(para.text)
I run this code but this code cant r