Adds OCR to GNOME's native screenshot picker and panel: select an area, extract its text, and copy it straight to your clipboard. Requires tesseract (e.g. `sudo dnf install tesseract` or `sudo apt install tesseract-ocr`) to be installed separately.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:193
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 0.1.0 (1) | Unreviewed |