I am currently using the Python-docx package and have processed the text and the comments. However, in the .docx file, every comment is on a particular sentence or paragraph. I wonder how to read such links between comments and sentences by Python-docx. Or should I use another package?
Thanks!
Update Sorry for not being clear. Here is an example. Each comment is linked to a sentence. I aim to extract the pairing information between comments and sentences. dialogue example
SOLVED. I followed the procedure of https://stackoverflow.com/a/51370245/11064152