Power Automate Connector: Encodian – Barcode
Overview
The 'QR Code - Read from Document' Power Automate action will automatically locate and read any QR Code from either PDF or Microsoft Word documents.
Example Flow
Please refer to the following article showcasing the 'QR Code - Read from Document' Power Automate action: Create and Read Barcodes with Power Automate and Power Apps
Credit Count
The 'QR Code - Read from Document' flow action utilises OCR to detect QR codes within the PDF file provided. This is a resource-intensive operation; therefore, a single credit is recorded for every five pages processed. For example, a 10-page document equates to 2 actions.
Default Parameters
The default 'QR Code - Read from Document' flow action parameters are detailed below:
-
File Type: Select the type of file provided
- File Content: A Base64 encoded representation of the file to be processed
Advanced Parameters
The advanced 'QR Code - Read from Document' flow action parameters are detailed below:
-
Confidence:
- High - Confidence in recognition, where there are no errors in read codetext or fake recognitions.
- Medium - Confidence in recognition of mostly 1D barcodes, where there may be no weak checksum or no checksum present. The QR code could contain misrecognitions in the codetext, or even fake recognitions, if it is low.
- Low - Confidence in recognition of a QR code where codetext was not recognized correctly or barcode was detected as possibly fake.
-
Quality: Controls barcode detection quality. Higher settings may improve recognition but reduce performance.
- Low - Optimized for faster detection of clear, high-quality barcodes. May be less effective with damaged, distorted, or low-quality barcodes.
- Normal - Balanced detection quality and performance. Suitable for most common barcode images.
- High - Improves recognition of lower-quality, damaged, distorted, or harder-to-detect barcodes, with some performance impact.
- Max - Uses the most thorough detection settings for difficult or poor-quality barcodes. Provides the highest recognition capability but may significantly reduce performance.
- End Page - Set the page number to end reading on
- Remove Control Characters - Set whether recognised control characters should be removed
Return Parameters
The 'QR Code - Read from Document' flow action returns the following data.
Action Specific Return Values
- QR Codes - An array of 'QR Codes Item' each containing the barcode value
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
1 Comments