我需要什么:
我需要一个能够可靠解码 PDF417 条形码的 java 库(最好适用于 Android),该条形码可能会扭曲(不平坦)和/或部分模糊。
我尝试过的:
Zxing PDF417 解码器仍处于 alpha 阶段,缺乏我所需的速度和/或可靠性。我尝试将 PDF417decode 项目 移植到 Java;移植的库可以工作,但并不比 Zxing 实现更可靠。
详细信息:
- 解码必须在软件中进行;不允许使用外部硬件
- 该库可能要花钱
任何帮助将不胜感激。谢谢您的宝贵时间!
What I need:
I need a java library (preferably for Android) that is capable of reliably decoding PDF417 barcodes, which may be distorted (not flat) and/or partially obscured.
What I've tried:
The Zxing PDF417 decoder is still in the alpha stages and lacks the speed and/or reliability that I require. I've tried porting the PDF417decode project to Java; the ported library worked but was no more reliable than the Zxing implementation.
Details:
- Decoding must take place in software; no external hardware is permitted
- The library can cost money
Any help would be greatly appreciated. Thank you for your time!
发布评论
评论(3)
Manatee Works 现在提供适用于 Android 和 iOS 的移动 SDK,可以读取 PDF417。这是最好的!
Manatee Works now offers a mobile SDK for Android and iOS that can read PDF417. It is the best!
我已经尝试过AIPSYS的SDK,该库是android的本机代码,与Java代码相比非常快,请联系技术支持了解详细信息 [电子邮件受保护]
I have tried SDK from AIPSYS, the library is native code with android, it is very fast compared to Java code, contact the technical support for details [email protected]
PDF417.mobi 应该可以处理扭曲的条形码。我们尝试过打孔、弄脏、切断甚至沾上酱汁的代码。有一个相关视频。
免责声明:我在 PDF417.mobi SDK 团队工作。我们开发这个 SDK 是出于对其他库不够可靠的沮丧。
PDF417.mobi should work with distorted barcodes. We have tried with codes that are perforated, smudged, cut-off and even covered with sauce. There is a video about that.
Disclaimer: I work for PDF417.mobi SDK team. We developed this SDK out of frustration that other libraries weren't reliable enough.