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) ```