Comment on page
Data Matrix Reader
The
Data Matrix Reader
node in AugeLab Studio is used to read data matrix codes from an input image. It applies the data matrix decoding algorithm to extract the encoded data from the data matrix code.The
Data Matrix Reader
node reads data matrix codes from an input image and outputs the decoded data as text.- Node Title: Data Matrix Reader
- Node ID: OP_NODE_DATAMATRIX_READER
The
Data Matrix Reader
node has the following input socket:- 1.Data Matrix Image: The input image containing the data matrix code to be read.
The
Data Matrix Reader
node has the following output socket:- 1.Output Data: The decoded data extracted from the data matrix code.
- 1.Drag and drop the
Data Matrix Reader
node from the node library onto the canvas in AugeLab Studio. - 2.Connect the input image to the Data Matrix Image input socket of the
Data Matrix Reader
node. - 3.Run the pipeline.
- 4.The
Data Matrix Reader
node will apply the data matrix decoding algorithm to the input image. - 5.The decoded data will be extracted from the data matrix code.
- 6.The decoded data will be output as text in the Output Data output socket.
- 7.Retrieve the decoded data for further analysis, processing, or visualization.
- The
Data Matrix Reader
node utilizes the data matrix decoding algorithm to read data matrix codes from an input image. - It extracts the encoded data from the data matrix code and outputs it as text.
- The
Data Matrix Reader
node is useful in applications where data matrix codes are used for information storage and retrieval, such as inventory management, product tracking, or document identification. - Ensure that the input image contains a valid data matrix code for accurate decoding.
- If multiple data matrix codes are present in the input image, the
Data Matrix Reader
node will decode all of them and output the corresponding decoded data. - If no data matrix code is detected in the input image, the Output Data output will be empty.
- Check the validity of the output data and perform appropriate error handling if the decoding process fails or produces unexpected results.
That concludes the documentation for the
Data Matrix Reader
node in AugeLab Studio. This node enables you to read data matrix codes from an input image and extract the encoded data. Use this node to retrieve information from data matrix codes in various applications such as inventory management, product tracking, or document identification.