qrcodereader
Decodes an QR Code offline using opencv, returns the value to Context or False.
python · QR Code Reader
Details
| ID | qrcodereader |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/opencv:1.0.0.9067966 |
README
Decodes an QR Code offline using opencv, returns the value to Context or False
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
Inputs
| Argument Name | Description |
|---|---|
| entry_id | Image file entry ID |
Outputs
| Path | Description | Type |
|---|---|---|
| QR | Whether a QR code was detected or not | boolean |
args: - description: Image file entry ID. name: entry_id required: true comment: Decodes an QR Code offline using opencv, returns the value to Context or False. commonfields: id: qrcodereader version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" dockerimage: demisto/opencv:1.0.0.9067966 enabled: true name: qrcodereader outputs: - contextPath: QR description: Whether a QR code was detected or not. type: boolean runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - No tests (auto formatted)