Hello! I need to read the doc / docx file using Python 3.6 on Windows. I use python-docx, I try to display a list of paragraphs, but I only get "docx.section.Section object at 0x0000000003941BE0" "docx.section.Sections object at 0x0000000003941B70"
How to display in the content, maybe there is some more simple way.