Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 617 Bytes

PDF TO WORD

Multi-threaded PDF to Word converter

Instructions

  • clone or download the project locally

  • Enter the project directory

    • cd pdf2word
  • Establish a virtual environment, and install dependencies

    • python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
  • Modify the config.cfg file:

    • Specify the folder input pdf and output word files are stored.
    • Specify the number of processes working simultaneously
  • Run

    • python main.py

License

With MIT open source license