QR Code Detection
Module Description
QR Code Detection offers the possibility to find and decode QR Codes but also EAN13 Codes and their encoded product names.
Module ID: qrcode_detection
Module Parameters
Name | Type | Default | Description |
---|---|---|---|
speed_mode | number | 1 | Trade-off between runtime and accuracy. As faster as less accurate (0 = slow, 1 = medium, 2 = fast). |
stop_on_detection | boolean | false | Whether to stop processing the video on the very first detection if enabled or always process the whole video. |
Example
Send the following JSON as request body via POST to the /jobs/
endpoint:
{
"sources": [
"{url-to-your-image}"
],
"modules": {
"qrcode_detection": {}
}
}