mirror of
https://github.com/kaffarell/obsidian-tesseract-ocr.git
synced 2026-07-22 07:40:26 +00:00
fix: updated description
This commit is contained in:
parent
b554f3976b
commit
737f1f1371
2 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "image-ocr",
|
||||
"name": "Image OCR",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Runs ocr on images and pastes result in description.",
|
||||
"description": "Runs OCR on images and copies content in image caption.",
|
||||
"author": "kaffarell",
|
||||
"authorUrl": "https://github.com/kaffarell",
|
||||
"fundingUrl": "",
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
"0.2.0": "0.15.0",
|
||||
"0.3.0": "0.15.0",
|
||||
"0.3.1": "0.15.0",
|
||||
"0.3.2": "0.15.0"
|
||||
"0.3.2": "0.15.0",
|
||||
"0.3.3": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue