Skip to content

01001010x/pdf2word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PDF to Word converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages