Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-pennyworth/alfred-clipboard-ocr
Make images in Alfred's clipboard history searchable by their text content
https://github.com/mr-pennyworth/alfred-clipboard-ocr
alfred clipboard-history
Last synced: 3 months ago
JSON representation
Make images in Alfred's clipboard history searchable by their text content
- Host: GitHub
- URL: https://github.com/mr-pennyworth/alfred-clipboard-ocr
- Owner: mr-pennyworth
- Created: 2020-11-29T17:14:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T16:17:35.000Z (8 months ago)
- Last Synced: 2024-08-02T16:02:33.156Z (6 months ago)
- Topics: alfred, clipboard-history
- Language: Python
- Homepage:
- Size: 1.86 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clipboard History OCR for AlfredMake images in [Alfred](https://alfredapp.com)'s clipboard history
searchable by their text content.Alfred's clipboard history includes images too.
However, there's no way to search through them.
For example, in the screenshots below, are two images in the clipboard history,
but the only "searchable" information about them is dimensions and size.
![](screenshots/before-1.png) ![](screenshots/before-2.png)This tool runs OCR every time an image is copied to clipboard,
and makes the image searchable using that text.
![](screenshots/after-1.png) ![](screenshots/after-2.png)
![](screenshots/after-3.png)### Setup
1. Download the [latest release](https://github.com/mr-pennyworth/alfred-clipboard-ocr/releases/latest/download/Clipboard.History.OCR.alfredworkflow).
2. Type `.clipboard-history-ocr-install`
3. Done!### Uninstall
1. Run `.clipboard-history-ocr-uninstall` in Alfred.
2. Delete the workflow from Alfred.### Credits
- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
- [Mac dilyb bundler](https://github.com/auriamg/macdylibbundler)
- Icon made by combining icons from [flaticon](https://www.flaticon.com)
by [Pixel Perfect](https://www.flaticon.com/authors/pixel-perfect) and
[Dimitry Miroliubov](https://www.flaticon.com/authors/dimitry-miroliubov).