Verify pdf-craft Installation
mainAfter installation, verify that both CUDA and Poppler are correctly configured.
Verify CUDA:
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"Expected output: CUDA available: True
Verify Poppler:
pdfinfo -vExpected output: Poppler version information.
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
pdfinfo -v