Yes, Retool's scanner component can scan various barcode symbologies, but displaying the specific symbology type (like EAN-13, Code39, QR) requires some additional handling. By default, when you scan a barcode using Retool's scanner component, it returns the decoded value but not the specific format/symbology that was scanned. However, you can:
- Implement logic that recognizes the symbology based on patterns in the scanned data.
- Or you can integrate a JavaScript library like quagga.js or zxing through a custom component if you need more detailed information about the barcode type.
This thread might also be helpful!