Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Discussion options

You must be logged in to vote

Well, I figured it out on my own.

For people in the future who stumble upon this problem:
The culprit seems to be ocrmypdf or rather pikepdf which doesn't have a package ready for the Pi.

In order to install ocrmypdf do the following steps (I did all that in /opt/paperless):
Some of the packages I install here will be already be installed by following the docs. I just copied this from where I found it originally.

sudo apt update
sudo apt dist-upgrade 
sudo apt install ghostscript libxml2 tesseract-ocr tesseract-ocr-deu pngquant unpaper
sudo apt install leptonica-progs libleptonica-dev automake libtool zlib1g-dev libjpeg-dev
sudo apt install python3 python3-pip libxml2-dev libxslt1-dev lib…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Armag3ddon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants