Tag: node-red
-
You can add barcode and QR code detection to your Node-RED flows with a custom node built on the dynamsoft-capture-vision-for-node package: point a file path (or a base64 string) at the node and it emits structured results — page, format, text, confidence, and corner locations — on msg.payload. The node...