1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Enable OCR processing by default

This commit is contained in:
Laurent Cozic
2025-02-16 16:15:51 +00:00
parent 07f4217f17
commit c55979cd03

View File

@@ -499,7 +499,7 @@ const builtInMetadata = (Setting: typeof SettingType) => {
},
'ocr.enabled': {
value: false,
value: true,
type: SettingItemType.Bool,
public: true,
appTypes: [AppType.Desktop],