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.
我有一个 PDF417 条形码,其中包含由分号分隔的多个值。如何让 Kofax 10 将这些值作为两个单独的索引字段读取?我已经创建了我的索引区域:
这是仅通过脚本完成的,还是我可以使用一些设置?
任何帮助将不胜感激。
谢谢,杰森
您将代码读入一个字段(无需将其分配给两个字段)。创建一个文档验证脚本,该脚本在 Document PreProcess 事件期间获取字段的值,并将所需部分复制到您选择的字段中。在这种情况下,您需要使用 Validation 模块。