pdftodoc is a simple tool designed to convert PDF files into DOCX format using Python. This project aims to provide an easy-to-use interface for users to transform their PDF documents into editable Word files.
Convert PDFs to DOCX format Easy to use command-line interface Lightweight and efficient Installation To install the necessary dependencies, run:
pip install -r requirements.txt
To convert a PDF to DOCX, run:
python app.py <path_to_pdf>
- app.py: Main script for the conversion process
- requirements.txt: List of dependencies
- vercel.json: Configuration for deployment on Vercel
- Procfile: Used for Heroku deployment