change immich OCR model to a smaller variant

This commit is contained in:
Yan Lin 2025-12-03 23:37:46 +01:00
parent 58820c969c
commit 6f514f5b08

View file

@ -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