RonnyWeiss / APEX-QR-Code-Scanner

This Region Plug-in is used to scan QR Codes. If any string has been detected an APEX Item can be set, Dynamic Action can be fired or JavaScript can be executed. Login for Demo is: user-demo / 123456@
MIT License
27 stars 11 forks source link

Scan data matrix code #4

Closed millo025 closed 4 years ago

millo025 commented 4 years ago

Hello, i was testing the plugin and i have trouble reading the datamatrix codes, is any chance to plugin do that?

RonnyWeiss commented 4 years ago

Can you please send me the code?

millo025 commented 4 years ago

Good day Ronny

Thanks, this is an example of couple of data matrix codes, one is generic the other one is the real code i must read on my app.

El lun., 23 mar. 2020 a las 6:08, Ronny Weiss (notifications@github.com) escribió:

Can you please send me the code?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RonnyWeiss/APEX-QR-Code-Scanner/issues/4#issuecomment-602552490, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANU6BVMTZU7L7NHVBPWYZV3RI5GMHANCNFSM4JOYLKUA .

RonnyWeiss commented 4 years ago

Hello

Where are the files? maybe they get lost when you send email please upload them on github.

KR Ronny

millo025 commented 4 years ago

[image: dm code.png] [image: datamatrix-code-multiple-matrix.png]

El lun., 23 mar. 2020 a las 7:44, Ronny Weiss (notifications@github.com) escribió:

Hello

Where are the files? maybe they get lost when you send email please upload them on github.

KR Ronny

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RonnyWeiss/APEX-QR-Code-Scanner/issues/4#issuecomment-602597261, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANU6BVPRT3CM2TUHIVNW5BTRI5RU5ANCNFSM4JOYLKUA .

RonnyWeiss commented 4 years ago

The images where not attached please try again

millo025 commented 4 years ago

Hi Ronny

Is rare, i attached a word file with the images and a zip.

Greetings

El lun., 23 mar. 2020 a las 8:10, Ronny Weiss (notifications@github.com) escribió:

The images where not attached please try again

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RonnyWeiss/APEX-QR-Code-Scanner/issues/4#issuecomment-602618462, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANU6BVIEMX572IQCJK2V3ITRI5UXDANCNFSM4JOYLKUA .

RonnyWeiss commented 4 years ago

screenshot Do you see the image in this post? Then please login to github web and click below write field when comment "Attach files by dragging..." and upload images. Hope they will not be filtered

millo025 commented 4 years ago

datamatrix-code-multiple-matrix.zip

dm code

https://www.codigos-qr.com/wp-content/uploads/2018/06/datamatrix-code-multiple-matrix.png

RonnyWeiss commented 4 years ago

Ah now it's working. This kind of matrix codes I do not support. I only support QR-Codes. So maybe you can user another liabry for scanning code e.g. https://github.com/zxing-js/library. But with my plug-in you can only scan qr codes

millo025 commented 4 years ago

i got it Ronny, thank you so well

RonnyWeiss commented 4 years ago

No Problem