{ "id": "screenshot-ocr", "name": "Screenshot OCR (Mistral)", "version": "1.0.0", "minNoctaliaVersion": "4.0.0", "author": "MartianHannah ", "license": "MIT", "repository": "https://github.com/MartianInGreen/noctalia-screenshot-ocr", "description": "Click to take a region screenshot, OCR it with Mistral AI, and copy text to clipboard. Requires: grim, slurp, wl-copy, curl, jq. Set MISTRAL_API_KEY in plugin settings.", "tags": [ "Bar" ], "entryPoints": { "barWidget": "BarWidget.qml", "settings": "PluginSettings.qml" }, "dependencies": { "plugins": [] }, "metadata": { "defaultSettings": { "mistralApiKey": "" } } }