Multi-threaded PDF to Word converter
-
clone or download the project locally
python git clone [email protected]:JavierMacro/pdf2word.git
-
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
With MIT open source license