1
0

Add .obisidan so we can share between machines.

This commit is contained in:
2025-12-09 15:52:10 +01:00
parent 81790199af
commit 17475e6955
41 changed files with 33630 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"ocrLanguages": [
"eng",
"swe"
],
"rightClickMenu": true,
"useSystemOCR": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
{
"id": "text-extractor",
"name": "Text Extractor",
"version": "0.6.1",
"minAppVersion": "1.4.16",
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-text-extractor",
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
},
"isDesktopOnly": false
}