需要 Info TWAIN 和 WIA 驱动程序来扫描 C# 中的图像?

发布于 2024-12-03 23:40:30 字数 264 浏览 1 评论 0原文

我在 C#.net 中使用 WIA 或 TWAIN 的扫描仪中遇到了一些问题。我们计划购买柯达 i920 扫描仪,通过我们的 C# 应用程序扫描图像。我的问题是

1 。是否可以使用任何一个驱动程序单击一下即可扫描图像。 (我不需要选择设备对话框和图像设置对话框)

  1. 某些扫描仪具有内置 OCR 功能。我可以通过编程方式使用该扫描仪的 OCR 功能吗?这样,当我单击 OCR 按钮时,扫描仪必须扫描并执行 OCR 并将我恢复。可以这样做吗?

I had some questions in this scanner using WIA or TWAIN in C#.net. We are planning to buy Kodak i920 Scanner to scan Image through our Application in C#. My questions are

1 . Is it possible to scan an image in single click by using any one of the drivers. ( I dont want select device dialog and image settings dialog)

  1. Some scanners has inbuilt OCR functionality. can i use that OCR function programatically of that scanners. So that when i click on OCR button the scanner has to scan an do an OCR and revert me back. Is it possible to do this?

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

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

发布评论

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

评论(1

厌倦 2024-12-10 23:40:30

是的。您当然可以做到所有这些,只要您可以确定每次扫描都可以使用同一个扫描仪,以便您始终可以强制使用您想要的设备。您还可以传递您希望设备使用的设置,前提是设备表示支持这些设置。存在许多免费/开源或专有的 SDK,允许您在 c# 中执行此操作 - AtalasoftDynamsoftTwain.Net 提供了其中之一。

Yep. You certainly could do all of that provided you could be certain that the same scanner was going to be available for every scan so that you could always just force use of the device you wanted. You can also pass along the settings you'd like the device to make use of provided that the device says they're supported. A number of SDKs either free/opensource or proprietary exist that would allow you to do that in c# -- Atalasoft, Dynamsoft, and Twain.Net provide one to name a few.

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