First we need to install pdftotext
command.
On Debian, Ubuntu & friends:
sudo apt install poppler-utils
Now we can proceed to install pip packages:
pip3 install -r requirements.txt
Make sure that you have proper GPU drivers and CUDA toolkit
installed.