docx2md

DOCX to Markdown Converter

This project provides a utility to convert .docx files to Markdown format.

Prerequisites

Setup Instructions

1. Clone the Repository

git clone https://github.com/CirrusLabs-NPD/docx2md.git
cd docx2md

2. Set Up Virtual Environment

Create a virtual environment to manage dependencies.

python -m venv venv

3. Activate the virtual environment:

On Windows:

venv\Scripts\activate

On macOS and Linux:

source venv/bin/activate

4. Install Required Packages

Install the necessary Python packages using pip:

pip install python-docx markdown pillow requests


5. Directory Structure

Ensure your directory structure looks like this:

docx2md/
│
├── images/
│
├── app.py
│
└── utils.py

6. Run the python App

Start the doc2md app:

python app.py          

7. Using the App

8. Project Files: