Module extractor

Module extractor 

Source

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