AS
Size: a a a
AS
AR
AR
МС
МС
МС
A
К
AR
S
doc = Document('path_to_docx')
tree = doc.element.getroottree()
root = tree.getroot()
paragraphs = root.xpath('//w:p')
Может это как-то поможетМС
doc = Document('path_to_docx')
tree = doc.element.getroottree()
root = tree.getroot()
paragraphs = root.xpath('//w:p')
Может это как-то поможетМС
VB