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

Inverted Data Matrix scan #148

Open
saulfrr opened this issue Jun 21, 2024 · 1 comment
Open

Inverted Data Matrix scan #148

saulfrr opened this issue Jun 21, 2024 · 1 comment

Comments

@saulfrr
Copy link

saulfrr commented Jun 21, 2024

Can this package correctly scan an inverted Data Matrix?

For example, this one.

060776_3

Thanks.

@khoren93
Copy link
Owner

You can try using the tryInverted: true option in the ReaderWidget widget. This should enable the package to correctly scan an inverted Data Matrix. Here's an example of how you can set it up:

ReaderWidget(
  tryInverted: true,
  // other properties
)

Let me know if this works for you!

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

2 participants