- This script converts a pdf file to a word document
- Can be used if a pdf has to be edited
- pdf2docx
If you have cloned this repository ,
cd PDFtoWord
pip install pdf2docx
python main.py
1 . Takes the path of pdf from the user
2 . The user can add a custom name to the word doc otherwise the same name of the pdf will be used
3 . The word doc is created and stored in the same directory as that of the pdf