Dear, I have a question to insert comments in word file with Python.
- I want to access all paragraph text(without style)
- when I use some api to check text, for example, I want to insert comments from char index n->m
How can I write this in python? Thanks.