Documentation
¶
Overview ¶
Package docx is an Extractor for Word .docx files. A .docx is a zip of OOXML parts; the document text lives in word/document.xml as <w:t> runs grouped in <w:p> paragraphs. This extractor reads only that part, concatenating run text and turning paragraph boundaries into newlines — no dependency beyond stdlib. Formatting, tables, headers/footers, and footnotes are not preserved.
Index ¶
Constants ¶
View Source
const ContentType = "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
ContentType is the OOXML WordprocessingML media type for .docx files.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.