"J Pollyfan" may be a username for a collector or fan who has curated a "set" of materials (such as song lyrics, tour setlists, or rare documents) into a .docx file.
# Extract text from the document text = [] for para in doc.paragraphs: text.append(para.text) text = '\n'.join(text)