немного доработок
This commit is contained in:
8
service/test1.py
Normal file
8
service/test1.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from docx import Document
|
||||
|
||||
doc = Document('test.docx')
|
||||
full_text = []
|
||||
for i in doc.paragraphs:
|
||||
full_text.append(i.text)
|
||||
|
||||
print(full_text)
|
||||
Reference in New Issue
Block a user