Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HINTS中DecodeHintType.TRY_HARDER参数设置错误 #59

Open
zjywill opened this issue Apr 20, 2021 · 0 comments
Open

HINTS中DecodeHintType.TRY_HARDER参数设置错误 #59

zjywill opened this issue Apr 20, 2021 · 0 comments

Comments

@zjywill
Copy link

zjywill commented Apr 20, 2021

https://zxing.github.io/zxing/apidocs/com/google/zxing/DecodeHintType.html#TRY_HARDER

        HINTS.put(DecodeHintType.TRY_HARDER, BarcodeFormat.QR_CODE);
        HINTS.put(DecodeHintType.POSSIBLE_FORMATS, allFormats);
        HINTS.put(DecodeHintType.CHARACTER_SET, "utf-8");


    TRY_HARDER
    public static final DecodeHintType TRY_HARDER
    Spend more time to try to find a barcode; optimize for accuracy, not speed. Doesn't matter what it maps to; use Boolean.TRUE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant