屏幕抓取应用程序(非 HTML)

发布于 2024-08-06 18:27:38 字数 329 浏览 1 评论 0原文

I need screen scraper application which will recognize text from the screen (and not use winapi to do this so source could be in image file). I found a lot of commercial solutions, but I need something open source or free. I plan to include it in my C# project, so there should be some SDK available.

Thanks.

I need screen scraper application which will recognize text from the screen (and not use winapi to do this so source could be in image file). I found a lot of commercial solutions, but I need something open source or free.
I plan to include it in my C# project, so there should be some SDK available.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

筑梦 2024-08-13 18:27:38

您可以使用 Tessnet 对图像进行字符识别。如果您想屏幕抓取桌面,您可以只拍摄屏幕截图,将其转换为图像,然后使用上面的 OCR 库。

You could use Tessnet to do character recognition of your images. If you want to screen scrape the desktop, you could potentially just take a screen shot, turn it into an image, and use the OCR library above.

夏尔 2024-08-13 18:27:38

根据您想要执行的操作,我发现屏幕抓取工具对于对网站应用模式很有用并保存我关心的数据。教程页面应该让您了解它的作用。

Screen Scraper 的免费版允许使用解释型 Java、JScript、JavaScript、Python 和 VBScript 编写脚本。 ..足够接近了吗?

Depending on what you want to do, I have found screen scraper useful for applying patterns against a web site and saving the data that I care about. The tutorial page should give you an idea of what it does.

Screen Scraper's free edition allows scripting in Interpreted Java, JScript, JavaScript, Python, and VBScript... is that close enough?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文