PDF parser using poppler's pdftotext command.
This is the default PDF parser for Arcana. It requires the pdftotext
command from the Poppler library to be installed on the system.
Installation
# macOS
brew install poppler
# Ubuntu/Debian
apt-get install poppler-utils
# Fedora
dnf install poppler-utilsOptions
:layout- Preserve original text layout (default: true)
Summary
Functions
Checks if pdftotext is available on the system.
Returns false - Poppler requires a file path, not binary content.