A Python library for extracting structured data from documents (e.g., docx, pdf) into Python dictionaries. Current version 0.7.1, with sporadic updates.
pip install doc2dictNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extract document content (e.g., docx) into a Python dictionary. Supports docx, pdf, and other formats depending on installed extras.
If you need a string, call `str(DocumentToDict(...).to_dict())`.
Remove the `format` argument when calling `convert`; it is auto-detected.
Install the pdf extra: `pip install doc2dict[pdf]`.
No dependency data recorded yet.
No resource links recorded.