kaffarell_obsidian-tesserac.../manifest.json
kaffarell d65f48ac9d fix #3: error out only when stdout is empty
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.
2023-08-14 18:07:03 +02:00

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
}