QR Code Reader - goqr.me

Read QR Code from image file.

Utilities · QR Code Reader

Details

IDQR Code Reader - goqr.me
ProviderOpen Source
CategoryUtilities
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

Read QR Code from image file.
This integration was integrated and tested with version 1.0.0 of QR Code Reader - goqr.me

Configure QR Code Reader - goqr.me in Cortex

Parameter Required
Trust any certificate (not secure) False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

goqr-read-qr-code-from-file


Upload a PNG, GIF or JP(E)G image which is smaller than 1 MiB via the entry_id of the image file.

Base Command

goqr-read-qr-code-from-file

Input

Argument Name Description Required
entry_id Entry ID of image file. Required

Context Output

Path Type Description
GoQRCodeData.data unknown QR Code data obtained
GoQRCodeData.error unknown Errors reading QR code
GoQRCodeData.seq unknown sequence numbers read from code

Command Example

``````

Human Readable Output

Configuration parameters

  • insecure — Trust any certificate (not secure)

Commands (1)

  • goqr-read-qr-code-from-file

    Upload a PNG, GIF or JP(E)G image which is smaller than 1 MiB via the entry_id of the image file.

category: Utilities
provider: Open Source
sectionorder:
- Connect
commonfields:
  id: QR Code Reader - goqr.me
  version: -1
configuration:
- defaultvalue: 'false'
  display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
  section: Connect
description: Read QR Code from image file.
display: QR Code Reader - goqr.me
name: QR Code Reader - goqr.me
script:
  commands:
  - arguments:
    - description: Entry ID of image file.
      name: entry_id
      required: true
    description: Upload a PNG, GIF or JP(E)G image which is smaller than 1 MiB via the entry_id of the image file.
    name: goqr-read-qr-code-from-file
    outputs:
    - contextPath: GoQRCodeData.data
      description: QR Code data obtained.
    - contextPath: GoQRCodeData.error
      description: Errors reading QR code.
    - contextPath: GoQRCodeData.seq
      description: Sequence numbers read from code.
  dockerimage: demisto/python3:3.12.13.10116658
  runonce: false
  script: ''
  subtype: python3
  type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)