使用 javascript 从图像中读取条形码

发布于 2024-11-27 04:33:40 字数 113 浏览 1 评论 0原文

我需要一个 javascript 代码来读取/提取图像中的条形码。 例如,图像可能嵌入在网页中,并且我想将图像传递给 Javascript 函数。

该函数应该读取/解析图像并从图像中提取条形码。

I need a javascript code that will read/ extract barcode from an image.
for example, the image may be embedded in a web page and i wan to pass the image to the Javascript function.

The function should read/parse the image and extract the barcode from the image.

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

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

发布评论

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

评论(1

匿名。 2024-12-04 04:33:40

QuaggaJS 库(开源)用于读取条形码,全部用 JavaScript 完成。

它目前支持 EAN、CODE 128、CODE 39、EAN 8、UPC-A、UPC-C 和 CODABAR

我相信它会满足您的需求。

更新:2021 年 8 月

看起来原来的 QuaggaJS 不再被积极维护。

Quagga2 处于活跃状态并延续了原始目标。

(感谢@bertasoft 的提示!)

There is QuaggaJS library (open source) for reading barcodes, all done in JavaScript.

It currently supports EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, and CODABAR

I suspect it will meet your needs.

Update: 2021-August

Looks like the original QuaggaJS is no longer actively maintained.

Quagga2 is active and continues the goals of the original.

(thanks @bertasoft for the tip!)

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