From a423f98b0b1cfd28c51f5733e389d6cb89661b97 Mon Sep 17 00:00:00 2001 From: Athanasios Oikonomou Date: Sat, 10 May 2025 13:08:20 +0300 Subject: [PATCH] Update Tesseract installation to include all language packs Description: Replaced specific installation of tesseract-langpack-eng with tesseract-langpack-\* to ensure support for all available OCR languages. This improves flexibility for multilingual OCR processing without requiring manual additions for each language. Changes: Updated os-packages.txt: replaced tesseract-langpack-eng with tesseract-langpack-\* Ensures all Tesseract language packs are installed via wildcard in dnf Note: Wildcard is escaped (\*) to prevent shell expansion and allow dnf to interpret it correctly. Signed-off-by: Athanasios Oikonomou --- os-packages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-packages.txt b/os-packages.txt index 5f98da23..55b6bd9a 100644 --- a/os-packages.txt +++ b/os-packages.txt @@ -1,6 +1,6 @@ tesseract tesseract-devel -tesseract-langpack-eng +tesseract-langpack-\* leptonica-devel libglvnd-glx glib2