stella-docx-kernel 0.7.0

Bounded DOCX package projection and WordprocessingML scanning
Documentation
<?xml version="1.0" standalone="yes"?>
<w:document
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
>
    <w:body>
        <w:p w14:paraId="00000001">
            <w:r>
                <w:t>test</w:t>
            </w:r>
        </w:p>
        <w:p w14:paraId="00000002" />
    </w:body>
    <w:comments>
        <w:comment w:id="C" w:author="author" w:date="2025-01-01T00:00:00Z" w:initials="a">
            <w:p w14:paraId="00000003">
                <w:r>
                    <w:annotationRef />
                </w:r>
                <w:r>
                    <w:t>Comment</w:t>
                </w:r>
            </w:p>
        </w:comment>
    </w:comments>
</w:document>