Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdegenne/install-google-lens-on-windows


https://github.com/vdegenne/install-google-lens-on-windows

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# install-google-lens-on-windows

is a desperate attempt to have a global access to google lens anywhere on your desktop, that is crop an area of your screen and it will get loaded inside Google Lens.
My program is not pirating Google Lens original program in any means illegal.
Basically here are the linear steps executed to get the intended result :

- Trigger Windows screenshot manager
- (The user crop an area, the area is injected into the clipboard) open a new chrome window
- paste the image from the clipboard
- right click to open the Chrome contextual menu on that image
- click on "Search images with Google Lens" item

https://user-images.githubusercontent.com/2827383/157737266-a21e5599-cd98-4b86-b718-774974cb4369.mp4

## Installation

- Install `Chrome`, `AutoHotKey`, `NodeJs` (with `npm`)
- Click `RUN.bat` (this will run the server used to paste images in the browser)
- Click on `lens-clicker.ahk`

- Now you can use Alt + Shift + S to take a partial screenshot and analyse the content in *Google Lens*

**Note** : Because my computer is different from yours (screen resolution, Chrome version, etc...) You will probably need to alter some location values in the `.ahk` file. Make few testing and tweak the values to suit environment.

## Help

Any help to improve this or make it multi-platform would be much appreciated !