change immich OCR model to a smaller variant
This commit is contained in:
parent
58820c969c
commit
6f514f5b08
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
maxResolution = 736;
|
maxResolution = 736;
|
||||||
minDetectionScore = 0.5;
|
minDetectionScore = 0.5;
|
||||||
minRecognitionScore = 0.8;
|
minRecognitionScore = 0.8;
|
||||||
modelName = "PP-OCRv5_server";
|
modelName = "PP-OCRv5_mobile";
|
||||||
};
|
};
|
||||||
|
|
||||||
urls = [ "http://127.0.0.1:3003" ]; # internal container network
|
urls = [ "http://127.0.0.1:3003" ]; # internal container network
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue