This is a simple script to extract images from docx files using doc2txt
Create a virtuaenv and install the package using the requirements.txt:
pip install -r requirements.txt
Place the document in the docs folder and run the script:
python docx-image-extractor
The images will be extracted in the images folder.