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.

  • one
    It is necessary to read the documentation python-docx - this is the most effective way. - Sergey Gornostaev
  • If you add an example of a document to a question, the code and what you need to get, then the chance to get an answer increases dramatically - gil9red

0