This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent e5ada772ca
commit 9662f353ee
3454 changed files with 0 additions and 1000 deletions

View File

@@ -0,0 +1,18 @@
{
"ocrProviderName": "Tesseract",
"ocrProviderSettings": {
"Tesseract": {
"lang": "eng"
}
},
"fuzzySearch": true,
"caseSensitive": false,
"ocrImage": false,
"ocrPDF": true,
"concurrentIndexingProcesses": 1,
"concurrentCachingProcesses": 4,
"additionalSearchPath": "",
"density": 300,
"quality": 98,
"additionalImagemagickArgs": ""
}

65032
.obsidian/plugins/obsidian-ocr/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-ocr",
"name": "Obsidian OCR",
"version": "2.0.1",
"minAppVersion": "0.12.0",
"description": "Add ocr capabilities to obsidian",
"author": "Jonas Mohr",
"authorUrl": "https://github.com/MohrJonas/obsidian-ocr",
"fundingUrl": "https://ko-fi.com/mohrjonas",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,35 @@
.suggestion-col {
overflow: hidden;
}
#left-col {
flex: 25%;
}
#right-col {
flex: 75%;
}
#suggestion-heading {
padding: 0;
margin: 0;
}
#suggestion-text-preview {
overflow: hidden;
}
#suggestion-thumbnail {
display: block;
margin: auto;
width: 60%;
}
#suggestion-indexing-warning {
color: #ff3333;
}
.bar-element {
margin-left: 3px;
margin-right: 3px;
}