Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natzcam/screader
screen capture to text to clipboard tool
https://github.com/natzcam/screader
clipboard image-to-text imagetotext ocr screen-capture screen-reader screencapture screenreader screenshot utility
Last synced: 2 days ago
JSON representation
screen capture to text to clipboard tool
- Host: GitHub
- URL: https://github.com/natzcam/screader
- Owner: natzcam
- License: mit
- Created: 2024-06-09T17:12:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T17:20:17.000Z (4 months ago)
- Last Synced: 2024-07-09T21:56:49.134Z (4 months ago)
- Topics: clipboard, image-to-text, imagetotext, ocr, screen-capture, screen-reader, screencapture, screenreader, screenshot, utility
- Language: JavaScript
- Homepage:
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screader
- Simple utility that converts screen areas to text, and then saves to your clipboard, ready for pasting.
- Useful in workflows where you can't select the text like on images or proprietary interfaces/windows.## usage
1. Go to [Releases](https://github.com/natzcam/screader/releases), download zip, run app.
2. Alternative is to install [nodejs](https://nodejs.org/en/download), download the source code, then run `npm start`
3. Adjust window to where you want to capture text.
![demo1](images/demo1.png)
4. Minimize the window to trigger text recognition and saving to clipboard.
![demo2](images/demo2.png)