{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"}],"enrichment":{"capability":"Extracts text, headers, footers, hyperlinks, and images from Microsoft Word .docx files using pure Python, with both command-line and programmatic interfaces.","skillfed_tags":["document-extraction","office-formats","cli-tool"],"use_cases":["Batch-process Word documents to extract text for indexing, search, or archival systems.","Automate extraction of images embedded in .docx files for asset management or document scanning workflows.","Build a document ingestion pipeline that converts .docx content into plain text for NLP or analysis tasks.","Extract header and footer content from formal documents for metadata or compliance auditing.","Command-line tool for one-off conversion of .docx files to text without opening Word."],"what_it_does":"docx2txt is a pure-Python utility that reads Microsoft Word .docx files and extracts their text content, along with headers, footers, hyperlinks, and embedded images. It provides both a command-line tool and a Python API, making it usable in scripts or as part of a larger application. The package has no runtime dependencies, so installation is lightweight and friction-free.\n\nThe code is adapted from existing docx tooling but focuses specifically on text and image extraction rather than document manipulation. It's positioned as a simpler alternative when you only need to pull content out of .docx files rather than create or modify them. With significant real-world use, though maintenance is infrequent (last update 508 days ago).","worth_installing":"Yes, if you need straightforward .docx text and image extraction and can verify the license terms. The package is mature, has no dependencies, and handles the core task well. The aging maintenance status and unclear license are minor concerns\u2014check the repository for the actual license before using in production, and test with your specific .docx variants to confirm compatibility."},"id":"docx2txt","links":{"html":"https://skillfed.io/packages/docx2txt","md":"https://skillfed.io/packages/docx2txt.md","pypi":"https://pypi.org/project/docx2txt/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-03-24","license_spdx":null,"license_treatment":"unclear","name":"docx2txt","python_support":"unspecified","summary":"A pure python-based utility to extract text and images from docx files."},"popularity":{"monthly_downloads":8581646,"position":1604,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9"}
