Skip to end of metadata
Go to start of metadata



QR Read

Author: Taiki Shimasaki


Description

This plugin reads QR code from an image file and returns the character string data that is “coded” in the QR.


日本語でのヘルプはこちらをクリック



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,


Supported input file format

This plugin supports;

    • .png
    • .jpg
    • .gif
    • .bmp
    • .tiff



Required Input

  • File path (full path) to the image file that contains at least one QR code.


Output

  • Character string that has been coded in the QR.


Return Value

  1. String        Character Sting coded in QR
  2. CSV          Character Sting coded in QR (see note)
  3. File           Character Sting coded in QR

    Note: When multiple QR code exists in one input file, the CSV will return the character sting one by one.     

Error Handling Options

In the Advanced Properties, you can set how the plugin behaves when reading has failed.

  1.  Return Failure means that the bot will stop and it returns an error.
  2.  Ignore Failure means that the bot will NOT stop and the plugin will return a sting that says “cannot read the QR code”.


QR Code Official Specifications

https://www.qrcode.com/about/version.html

https://www.qrcode.com/about/error_correction.html


            


Parameter Settings




Text from Image


日本語でのヘルプはこちらをクリック(pdf)

 



All Plugins