|
|
|
|
|
by logfromblammo
3977 days ago
|
|
So this is a program that can analyze an image for a structured drawing, encode it as a unique bit-stream, and translate that bit-stream into a URL. I can very easily draw "https://goo.gl/e0aeeD" on a chalkboard. Android users could use Google Goggles to grab the text without typing it in, and paste the URL into Chrome. If I had to, I could leave off the "https://" part, and it could still work. I get how it's easier to process the triangle-based image into a usable bit-stream than it is to do OCR, but how does that make things easier for the user? |
|