A Docker container for Mayan EDMS
-
Find the ISO 639-3 language codes for the languages you want to OCR. Wikipedia has a list here
-
Create a folder on the host machine for the database, and documents to be persisted
-
Run the docker container, replacing the
OCR_LANGUAGES
variable with the language codes for the from step 1.docker run -d --name="mayan" -v /path/on/host:/usr/src/mayan/mayan/media -p 8000:8000 -e OCR_LANGUAGES="eng dan" jamiemagee/mayan-edms