Hello
I want to add and use an app called Workflow OCR on my Nextcloud server. I added it but in the settings I can’t select any OCR language. It says that “List is empty” and I don’t know what to do. Please help me to solve this.
Thank you.
3 posts were split to a new topic: Installing Workflow OCR on shared hosting
apt install tesseract-ocr-rus (for Russian language for example)
apt search tesseract-ocr
You need to be able to install the ocrmypdf
package as well as some additional tesseract packages (see https://github.com/R0Wi-DEV/workflow_ocr?tab=readme-ov-file#backend). Usually you need root access to the machine to do this.
There’s a discussion going on here about alternative approaches for the OCR backend installation. Although in any case you would ne a separate server where you have enough permissions to install this backend (might be docker or whatever …)