mirror of
https://github.com/kaffarell/obsidian-tesseract-ocr.git
synced 2026-07-22 07:40:26 +00:00
When executing tesseract, sometimes we get the correct output on stdout and an error on stderr, in that case we simply use the stdout and discard the error. Bump to version 0.3.8.
11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"id": "image-ocr",
|
|
"name": "Image OCR",
|
|
"version": "0.3.8",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Runs OCR on images and copies content in image caption.",
|
|
"author": "kaffarell",
|
|
"authorUrl": "https://github.com/kaffarell",
|
|
"fundingUrl": "",
|
|
"isDesktopOnly": true
|
|
}
|