Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 java 读取紧凑/截断的 PDF417 条码,并且我有标准 PDF417 条码的开始和结束模式的矩阵:
Start Pattern = 81111113 (ending with a space) Stop Pattern = 711311121 (ending with a bar)
我需要找出的是当条形码被压缩/截断时停止模式的矩阵。
在过去的 4 个小时里,我一直在谷歌上搜索它,但绝对没有。
任何帮助将不胜感激!
您可能要考虑购买 ISO/IEC 15438 (http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=43816)。无论如何,在紧凑模式下,可以省略右行指示器,并且停止模式可以减少到一个模块宽度条(ISO/IEC 15438:2001(E) 中的附件 G)。