问题标签 [scanning]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
106 浏览

image-processing - 从扫描的纸张中提取单词的图像

我想获得许多扫描书籍(即波斯语(阿拉伯语脚本))中每个单词的小图像。我没有图像处理方面的实验。
我怎样才能以最有效的方式做到这一点?

0 投票
2 回答
2854 浏览

android - ZXing - 致命异常:无法实例化活动 ComponentInfo{..CaptureActivity}

这是堆栈跟踪:

这是我的清单声明。

这是发生错误的时间/地点:

当我选择我拥有的随机 QR 码阅读器时它可以正常工作,但是当我将该应用程序用作 QR 码阅读器时,它会出现此错误。

我对它为什么这样做有点困惑......我的 Eclipse 项目中的引用库中也有 core.jar......也许核心不完整?

0 投票
1 回答
794 浏览

android - 带有 ZXing 错误的 QR 码扫描仪

我有这个计划扫描二维码并将值返回给用户的简单代码:

现在我知道我需要将 src/com.google.zxing.client.* 文件夹放在这个项目的某个地方,但是在哪里?当我将它复制粘贴到我自己的 src/ 文件夹时,它们都会出现原始 CaptureActivity 项目中不存在的错误。我该如何解决?

0 投票
3 回答
3630 浏览

android - 使用 Zxing 库扫描 Android QR 码会崩溃

我已将 zxing 库集成到我的应用程序中以扫描 QR 码。当我按下按钮并启动 zxing 扫描活动时,应用程序崩溃并在 logcat 上显示以下消息,

我无法检测到实际问题是什么。所以需要一些帮助来解决这个问题,以检测它出了什么问题。

0 投票
0 回答
398 浏览

c# - 如何在 C# 中通过 WIA 选择扫描仪光源

我正在编写一个 GUI 来控制和自动化扫描仪。但是,我似乎找不到在扫描仪中选择光源以使其扫描反射或透射的控件。这会是 item.property 索引吗?我试着浏览它们,但没有发现任何有用的东西。 http://msdn.microsoft.com/en-us/library/windows/desktop/ms630202(v=vs.85).aspx

如果您知道解决方案,请告诉我。

0 投票
2 回答
3407 浏览

vb6 - 如何在 VB6 中进行区域 OCR?

正如您在下面看到的那样,我制作了一个程序来扫描文档并可选择获取页面信息以及材料和尺寸信息以及日期信息。

在此处输入图像描述

当我像这样使用 OCR 扫描时:

这将获取整个页面,但我只想扫描这 3 个特定区域,那么我该如何实现呢?有什么功能吗?哪个只扫描 X,Y 坐标?

0 投票
1 回答
629 浏览

java - 孪生扫描仪部分扫描

我使用 twain 2.1 连接到扫描仪。如何将扫描仪设置为仅扫描页面的一部分而不显示扫描仪的预览页面。我使用了 source.setRegionOfInterest 方法,但它没有完成扫描,并且扫描仪在重新启动之前无法使用。

0 投票
1 回答
1663 浏览

powerbuilder - 如何在 Powerbuilder 应用程序中使用 TWAIN

我们有一个 powerbuilder 应用程序,我们希望通过该应用程序使用 TWAIN 驱动程序来使用扫描仪。有没有人有关于如何开发它的经验或代码示例?

0 投票
3 回答
14516 浏览

image - C# WIA with Automatic Document Feeder (ADF) retuns only one page on certain scanners

I have a HP Scanjet 7000 (duplex & ADF scanner) and a HP Scanjet 5500c (only ADF) and a scanner program I'm developing which uses WIA 2.0 on Windows 7.

The problem is that the code works perfectly on the older scanner model, but on the newer one the code seems to run just fine through the first page, then fail on the second. If I step through the code around the following line;

the old scanner stops and waits for another call to be made on the same reference, but the newer one just runs through all it's pages from the feeder in one continuous operation.

I notice if I'm using the default scanning program in Windows 7, the newer one returns a single .tif file which contains all the separate pages. The older one returns separate .jpg files (one for each page).

This indicates to me that the newer scanner is scanning through its whole feeder before it is ready to return a collection of images where the older one returns ONE image between each page scanned.

How can I support this behavior in code? The following is part of the relevant code which works on the older scanner model:

Any help on this issue would be very much appreciated! I can't seem to find a working solution on the web. Just unanswered forum posts from people with the same problem.

0 投票
1 回答
3526 浏览

ios - 用于在 iOS 中扫描条形码(code 39 格式)的免费 SDK

我想使用 iphone/ipad 的摄像头扫描 VIN 条形码,它采用 Code 39 格式。我尝试了 zxing 和 zbar,但它们效果不佳。大多数时候他们无法识别条形码。谁能告诉我一个更好的方法来做到这一点?或者我可以做些什么来增加结果,因为我只需要扫描代码 39(对于 VIN 车)。