A Python library to convert MS Word .doc files to plain text, wrapping the external antiword command-line tool. Version 0.1.0 (stable).
pip install antiwordVerified import paths — ran on the pinned version, not inferred.
Convert a .doc file to text; requires antiword binary installed.
Install antiword system package: `brew install antiword` (macOS) or `apt-get install antiword` (Debian/Ubuntu).
Use `from antiword import antiword`; not `import antiword` or other imports.
Ensure input files are .doc format, or use a library like `python-docx` for .docx.