- If you don't have python you can use
winget install Python.Python.3.11
in CMD or powershell to install python 3.11 - Launch the setup.bat file to install the needed modules for this to work (Scoop is needed for this to install poppler).
If you do not have scoop installed here's how to install it.
- Python (I used version 3.11.2)
- pdf2image (python library)
- Poppler (What is Poppler?)
pip install pdf2image
Setup PATH to poppler's bin folder.