-
Notifications
You must be signed in to change notification settings - Fork 40
Install pdftoppm
Philipp Zumstein edited this page May 22, 2022
·
3 revisions
Installing pdftoppm from poppler tools is a requirement for the Zotero OCR plugin. However, this can be quite challenging and it depends on your operating system you are working on. This page contains some hints and experience of how this can be done. Feel free to add more information if you have found a better solution in your case or the information here is to sparse.
- Go to https://github.com/oschwartz10612/poppler-windows
- Navigate there to the latest release
- Download the zip
- Unzip and save the files in a new folder
- Adjust in the preferences of the Zotero OCR plugin the location of pdftoppm
- Open a terminal
- Install homebrew (only if you have not already done this before), see https://brew.sh/
brew install poppler
sudo apt-get install poppler-utils