mirror of
https://github.com/zadam/trilium.git
synced 2026-06-26 11:50:42 +02:00
fix(ocr): default confidence level is too low
This commit is contained in:
@@ -216,7 +216,7 @@ const defaultOptions: DefaultOption[] = [
|
||||
|
||||
// OCR options
|
||||
{ name: "ocrAutoProcessImages", value: "true", isSynced: true },
|
||||
{ name: "ocrMinConfidence", value: "0.55", isSynced: true },
|
||||
{ name: "ocrMinConfidence", value: "0.75", isSynced: true },
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user