Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

PDF to DOCX Converter

This is a simple Python script that converts PDF files to DOCX using the pdf2docx library. It also includes advanced features such as machine learning and fast conversion.

Requirements

  • Python 3.x
  • pdf2docx library
  • tqdm library

You can install the libraries by running the following command:

  • pip install pdf2docx tqdm

Usage

To use this script, simply run the following command:

  • python pdf2docx.py [input_pdf_file] [output_docx_file]

For example:

  • python pdf2docx.py demo.pdf demo.docx

The converted DOCX file will be saved to the specified output file.

Features

  • Converts PDF files to DOCX format
  • Uses machine learning and fast conversion for better performance
  • Shows a progress bar during the conversion process.

~Dius