无法使用 zxing 条码扫描器扫描日期时间格式的条码

时间:2021-05-24 06:30:20

标签: zxing barcode-scanner zxing-js

我将 ZXING 条码扫描器集成到我的项目中,但它不适用于日期时间格式 2021-05-19 12:25:09

我尝试使用 https://zxing-js.github.io/ngx-scanner 进行扫描并启用所有格式,但没有成功。

在我扫描后的代码库中,我得到了随机数值。

我在代码中使用了以下条码格式

  BarcodeFormat.CODE_128, BarcodeFormat.DATA_MATRIX, BarcodeFormat.EAN_8, BarcodeFormat.EAN_13,
  BarcodeFormat.ITF, BarcodeFormat.MAXICODE, BarcodeFormat.PDF_417, BarcodeFormat.QR_CODE, BarcodeFormat.RSS_14,
  BarcodeFormat.RSS_EXPANDED, BarcodeFormat.UPC_A, BarcodeFormat.UPC_E, BarcodeFormat.UPC_EAN_EXTENSION]``` 

0 个答案:

没有答案