Suggestion: recursively resolve core / custom properties before extracting text
Opened this issue · 0 comments
maz22x commented
It would be very helpful to recursively resolve core / custom properties before calling text methods for example.
for para in doc.paragraphs:
print(para.text)