如何将文档扫描集成到 Qt 应用程序中?

发布于 2024-10-30 01:19:44 字数 95 浏览 5 评论 0原文

有哪些关于学习如何将文档扫描集成到 Qt 应用程序中的资源?

我对与扫描仪连接的 TWAIN 驱动程序有些熟悉,但该技术是跨平台的还是仅特定于 Windows?

What are some resources about learning how to integrate document scanning into a Qt application?

I'm somewhat familiar with TWAIN drivers to interface with a scanner, but is this technology cross-platform or specific only to Windows?

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

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

发布评论

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

评论(1

幽梦紫曦~ 2024-11-06 01:19:44

您可以检查这些项目示例:https://github.com/twain/twain-samples http://sourceforge.net/projects/twain-samples/ 是基于 Qt 的。自述文件说:

TWAIN应用程序

这是 TWAIN 2.1 版本
符合规范的应用程序。
它提供基于文本的界面。它
展示了如何实现许多
应用程序所需的操作。

您需要有 FreeImage
为此安装在您的系统上
应用程序正常工作。

FreeImage 网站:
http://freeimage.sourceforge.net

[Windows] qmake 用于生成
生成文件。这个工具可用
在可免费下载的 QT 中
分配。 http://www.trolltech.com
或使用提供的 Visual Studio
项目文件。

[Linux] qmake 用于生成
生成文件。该工具可用于
可免费下载的 QT
分配。 http://www.trolltech.com

You could check these project samples: https://github.com/twain/twain-samples http://sourceforge.net/projects/twain-samples/ which are Qt based. The readme says:

TWAIN Application

This is a TWAIN version 2.1 of the
specification compliant application.
It offers text based interface. It
shows how to implement many of the
operations needed by an application.

You will need to have the FreeImage
installed on your system for this
application to work properly.

FreeImage website:
http://freeimage.sourceforge.net

[Windows] qmake is used to generate
the makefiles. This tool is available
in the freely downloadable QT
distribution. http://www.trolltech.com
or use the provided Visual Studio
project files.

[Linux] qmake is used to generate the
makefiles. This tool is available in
the freely downloadable QT
distribution. http://www.trolltech.com

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