I'm using the official Docker image nextcloud:latest
to run my Nextcloud instance. I managed to install Elasticsearch (on the host) and created an index. Search works so far.
Now I want to OCR PDFs and installed the Tesseract plugin in Nextcloud. However PDFs don't get OCR'd, I suspect it is because tesseract
isn't available within the official Docker image.
How can I solve this, or do I have to create my own Docker image from scratch?
0 Answers