From 6f514f5b085a9ee8487e62a2109e95bcbcdd5e64 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 3 Dec 2025 23:37:46 +0100 Subject: [PATCH] change immich OCR model to a smaller variant --- config/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/immich.nix b/config/immich.nix index 6cce437..d2b70bf 100644 --- a/config/immich.nix +++ b/config/immich.nix @@ -110,7 +110,7 @@ maxResolution = 736; minDetectionScore = 0.5; minRecognitionScore = 0.8; - modelName = "PP-OCRv5_server"; + modelName = "PP-OCRv5_mobile"; }; urls = [ "http://127.0.0.1:3003" ]; # internal container network