Extract text from screen using OCR. Select a screen region, and the text is automatically copied to clipboard. Requires Tesseract OCR.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 6 | Unreviewed |
| 5 | Active |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
1. Please remove `text-extractor@aditya190803` folder: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 3. Please remove the logs or make them only available in debug mode or on error. 4. Timeout should be removed before creating a new one (line 192 `extension.js`). 5. Remove line 427-429 `extension.js`. Not needed. 6. I highly recommend to use `ocr_helper.py` as a dependency instead of shipping it in the extension package: [EGO Review Guidelines: Scripts and Binaries](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#scripts-and-binaries) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Also, don't forget to cancel the subprocess on destroy or disable: [GJS Guide: Cancellable Processes](https://gjs.guide/guides/gio/subprocesses.html#cancellable-processes)