feat(ocr): drop confidence down a little bit

This commit is contained in:
perf3ct 2025-06-10 19:22:46 +00:00
parent 33a549202b
commit 864543e4f9
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -214,7 +214,7 @@ const defaultOptions: DefaultOption[] = [
{ name: "ocrEnabled", value: "false", isSynced: true }, { name: "ocrEnabled", value: "false", isSynced: true },
{ name: "ocrLanguage", value: "eng", isSynced: true }, { name: "ocrLanguage", value: "eng", isSynced: true },
{ name: "ocrAutoProcessImages", value: "true", isSynced: true }, { name: "ocrAutoProcessImages", value: "true", isSynced: true },
{ name: "ocrMinConfidence", value: "0.6", isSynced: true }, { name: "ocrMinConfidence", value: "0.2", isSynced: true },
]; ];
/** /**