public static QrDecoder of(boolean isTryHarder, boolean isPureBarcode)
isTryHarder - 是否优化精度isPureBarcode - 是否使用复杂模式,扫描带logo的二维码设为truepublic static QrDecoder of(Map<com.google.zxing.DecodeHintType,Object> hints)
hints - 自定义扫码配置,包括算法、编码、复杂模式等Copyright © 2023. All rights reserved.