mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
feat(ocr): drop confidence down a little bit
This commit is contained in:
parent
33a549202b
commit
864543e4f9
@ -214,7 +214,7 @@ const defaultOptions: DefaultOption[] = [
|
||||
{ name: "ocrEnabled", value: "false", isSynced: true },
|
||||
{ name: "ocrLanguage", value: "eng", isSynced: true },
|
||||
{ name: "ocrAutoProcessImages", value: "true", isSynced: true },
|
||||
{ name: "ocrMinConfidence", value: "0.6", isSynced: true },
|
||||
{ name: "ocrMinConfidence", value: "0.2", isSynced: true },
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user