From f6d8dd72d1fad2fcd080b9fb5e57387fcb975e1d Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 3 Mar 2026 19:44:33 -0600 Subject: [PATCH] oscar: Add English tesseract for spectacle Ideally I'll be able to remove this eventually; conversation in the comments implies they might add English to the default language set. However, it's not there _now_, so if I want working OCR, I have to add it myself. This isn't exactly ideal, since it means I have to build spectacle from source, which isn't particularly quick. I feel that it probably shouldn't require that? But that's troubleshooting for another day! --- oscar/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index b46713b..d472786 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -125,6 +125,7 @@ inkscape josm kdePackages.kate + (kdePackages.spectacle.override { tesseractLanguages = [ "eng" ]; }) krita kicad libreoffice-qt