From 8f8f96213bcaee62e5351cad0e939b4be15c8e11 Mon Sep 17 00:00:00 2001 From: Vit Novotny <witiko@mail.muni.cz> Date: Wed, 16 Jun 2021 20:40:16 +0200 Subject: [PATCH] Extend the number of detected languages from 3 to 9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16ad2662..051611b5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/bash NICENESS = 10 -DETECTED_LANGUAGES = ces+deu+lat +DETECTED_LANGUAGES = ces+deu+lat+pol+fra+eng+rus+ita+slk TESSERACT_RUN = $(TESSERACT) TESSERACT_OPTIONS = --psm 3 --tessdata-dir $(TESSERACT_DATA) $(TESSERACT_OUTPUT_FORMATS) -- GitLab