Add .obisidan so we can share between machines.
This commit is contained in:
8
content/.obsidian/plugins/text-extractor/data.json
vendored
Normal file
8
content/.obsidian/plugins/text-extractor/data.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ocrLanguages": [
|
||||
"eng",
|
||||
"swe"
|
||||
],
|
||||
"rightClickMenu": true,
|
||||
"useSystemOCR": true
|
||||
}
|
||||
5525
content/.obsidian/plugins/text-extractor/main.js
vendored
Normal file
5525
content/.obsidian/plugins/text-extractor/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
content/.obsidian/plugins/text-extractor/manifest.json
vendored
Normal file
14
content/.obsidian/plugins/text-extractor/manifest.json
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user