TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I made a cool OCR based desktop app. Possible to commercialize?

4 点作者 bhavin大约 8 年前
Dear HN,<p>I recently worked in my spare time to develop something for the fun of it – A desktop software that can monitor the current activity on a given machine for all the web browsers, including incognito modes.<p>Basically, the software continuously runs silently in the background, uses screencap, image processing and OCR to resolve what is being accessed, hence it can work on all browsers (and potentially on anything else). The CPU usage is quite negligible due to series of optimizations. It currently works for Linux, I am working on a windows version.<p>I am not sure if there is a commercial potential to it, and if so, how do I go about realizing it? Can you think of anything in your field where something like this could be useful?<p>Any help would be much much appreciated. Thank you! :)

3 条评论

jetti大约 8 年前
If it only handles web browsers currently then I think it will be a hard sell. The use I see of this would be in settings that companies don&#x27;t trust their employees (call center monitoring comes to mind). That being said, they would most likely be tracking HTTP traffic already so they would be able to tell what sites the employees were visiting. If you could parse out other applications I could see it being a hit.
评论 #14255633 未加载
uptown大约 8 年前
Something like Prey comes to mind:<p><a href="https:&#x2F;&#x2F;www.preyproject.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.preyproject.com&#x2F;</a>
评论 #14246280 未加载
toexitthedonut大约 8 年前
Could be useful for a headless computer system, to relay the information to someone working on it via terminal.