Project Naptha: a browser extension that enables text selection on any image
31–40 of 141 posts
This is amazing! Is there a planned open-source license or commercialization of this?
Re: Project Naptha: a browser extension that enables text selection on any image
#32I can imagine quite a few blind people are creaming their jeans about now.
Re: Project Naptha: a browser extension that enables text selection on any image
#33Badass. Now support Good Browsers™ like Safari and Firefox.
Curious, what makes you find those to be better than Chrome? I recently switched to FF for a variety of random work reasons, and found it so much worse than chrome (basic UI, dev tools, speed) that I switched back asap. Maybe I'm missing something awesome about them.
Re: Project Naptha: a browser extension that enables text selection on any image
#34[deleted]
Re: Project Naptha: a browser extension that enables text selection on any image
#35Re: Project Naptha: a browser extension that enables text selection on any image
#36Badass. Now support Good Browsers™ like Safari and Firefox.
Curious, what makes you find those to be better than Chrome? I recently switched to FF for a variety of random work reasons, and found it so much worse than chrome (basic UI, dev tools, speed) that I switched back asap. Maybe I'm missing something awesome about them.
From the phrasing, I'm guessing this is more of a statement of values than a technical assessment.
Re: Project Naptha: a browser extension that enables text selection on any image
#37What project won the first place in HackMIT 2013?
Re: Project Naptha: a browser extension that enables text selection on any image
#38This is pretty cool, but not perfect. Upon copy & pasting the captured text, several of the words and letters are wrong.
Re: Project Naptha: a browser extension that enables text selection on any image
#39Now that is pretty damn cool. Will help at work when marketing people do not copy paste email/article and just put screenshot of it and if you want to quite something from that picture...
Re: Project Naptha: a browser extension that enables text selection on any image
#40@antimatter15, i have a project that does client-side image analysis and decompses document structures. it looks like your OCR code would be a great replacement for the server-side Tesseract ocr i currently use :)
here's what the project does now with js + web workers:
http://i.imgur.com/QvXSkY2.png
processing time is the code is open source, though using it isnt yet polished. i'm working slowly on a blog post series to detail how to use the lib(s). https://github.com/leeoniya/pXY.js
a walkthrough of the base lib is here: http://o-0.me/pXY/