Google Chrome extension that gets text from images.
Like my work? Tip me! https://www.paypal.me/jessamynsmith
- Go to the Releases tab and download the Source code zip for the desired version.
- Unzip the downloaded zip file.
- In your browser, go to chrome://extensions/
- Ensure Developer Mode is on.
- Click Load Unpacked, navigate to the extension directory in the directory you unzipped earlier, and Select it.
You should now see "Get Text" in your right-click context menus.
- Right-click on an image.
- Click "Get Text" in the context menu.
- Wait for the text to be returned in an alert box.
- Copy the text and use as desired.
Fork the project on github and git clone your fork, e.g.:
git clone https://github.com/<username>/image-to-text-chrome-extension.git
See above installation directions, but navigate to the source code instead.
Modify the code as desired, and in the chrome://extensions/ browser tab, refresh the extension. Test your changes by right-clicking images.