Page 1 of 1

Install tesseract under docker

PostPosted:Wed May 22, 2019 7:43 pm
by devishian
Hi everyone,

I've just installed a docker version of openkm under my Synology NAS. Everything went fine.

I need to activate the Ocr service to index some PDF file. I read the instructions on how to install under a standard server, ie Linux or Windows. But how can I do this under Docker?

Thanks everyone for the help

Re: Install tesseract under docker

PostPosted:Fri May 31, 2019 8:15 pm
by devishian
I finally find out how. I downloaded "Tesseract Shadow" from docker and linked it to openkm docker.

Re: Install tesseract under docker

PostPosted:Sun Jun 02, 2019 10:58 am
by pavila
You can also install Tesseract package in Docker this way:
Code: Select all
$ apt update
$ apt upgrade
$ apt install tesseract-ocr
But anyway is's supossed to be already installed in the Docker image. I mean the image located at https://hub.docker.com/r/openkm/openkm-ce

Sorry for the late response.