mirror of
https://github.com/zadam/trilium.git
synced 2026-07-11 11:43:59 +02:00
feat(ocr): drop confidence down a little bit
This commit is contained in:
@@ -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 },
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user