id: version-0.68.0-org.apache.streampipes.processor.imageclassification.qrcode title: QR Code Reader sidebar_label: QR Code Reader original_id: org.apache.streampipes.processor.imageclassification.qrcode


Description

QR Code Reader: Detects a QR Code in an image


Required input

Input events require to have an image field.


Configuration

Image

Image of the QR code

Send placeholder value if no qr code is detected

It is a boolean selection.

Placeholder value

Place holder value

Output

Outputs a similar event like below.

{
  'qrvalue': 'http://githhub.com/',
  'timestamp': 1621244783151  
}