Skip to content

Instantly share code, notes, and snippets.

@manojpanta
Last active April 27, 2019 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manojpanta/ca0101dd64d0467d1630f139bc8c7cd8 to your computer and use it in GitHub Desktop.
Save manojpanta/ca0101dd64d0467d1630f139bc8c7cd8 to your computer and use it in GitHub Desktop.
I was thinking about making an app that lets you copy texts, clik on visible links from an image file. Converting Imgae's texts
to a string and return is kind of easy task thanks to google's Vision AI. But being able to click on photo itself and making
those links work would be really challanging and fun to work.
Say , there is a screenshot having following content.
' Hello world !!
visit: https://gist.github.com/'
We can get the string inside of this screenshot very easily with Google's Vision AI.
But we have to put those strings back to the photo(may be editing the photo content?) with same position as they were before.
And they have to be hidden(we have a photo, we upload to our app or enable our app , we again see a normal photo but with
clickable links, copyable contents etc.)
Is that possible?
Tech Stacks.
Ruby on rails for backend
Google's Vision API to get texts from a image file.
JS,CSS and needed technologies for inputting strings to the photo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment