Functionsยง
- extract_
text - Extract text from a DOCX file at the given path
- extract_
text_ from_ bytes - Extract text from DOCX bytes
- extract_
text_ from_ reader - Extract text from any reader containing DOCX data
- parse_
document - Parse a DOCX file and return the structured Document
- parse_
document_ from_ path - Parse a DOCX file from a path and return the structured Document