Skip to content

ITF Barcode Recognition Fails Due to minCharCount Limit of 6 Characters #853

@mslichao

Description

@mslichao

Hi, I have an ITF barcode with content "2024" that can't be recognized by zxing-cpp. I found that this is because the ITF reader has a minCharCount=6 limit (https://github.com/zxing-cpp/zxing-cpp/blob/master/core/src/oned/ODITFReader.cpp#L18).

In our case, there are many ITF barcodes with fewer than 6 characters. Is it possible to make this variable configurable when running the reader?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions