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