Install OS dependencies
masterThe library requires system-level dependencies (specifically Poppler and build tools) to compile. Install the appropriate package for your operating system:
Debian, Ubuntu, and friends:
sudo apt install build-essential libpoppler-cpp-dev pkg-config python3-devFedora, Red Hat, and friends:
sudo yum install gcc-c++ pkgconfig poppler-cpp-devel python3-develmacOS:
brew install pkg-config poppler python