Skip to content

Barcode Detection

Version v1

Detect the location of barcodes in an image.

This block is useful for manufacturing and consumer packaged goods projects where you need to detect a barcode region in an image. You can then apply Crop block to isolate each barcode then apply further processing (i.e. OCR of the characters on a barcode).

Type identifier

Use the following identifier in step "type" field: roboflow_core/barcode_detector@v1to add the block as as step in your workflow.

Properties

Name Type Description Refs
name str The unique name of this step..

The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.

Available Connections

Check what blocks you can connect to Barcode Detection in version v1.

The available connections depend on its binding kinds. Check what binding kinds Barcode Detection in version v1 has.

Bindings
  • input

    • images (image): The image to infer on.
  • output

Example JSON definition of step Barcode Detection in version v1
{
    "name": "<your_step_name_here>",
    "type": "roboflow_core/barcode_detector@v1",
    "images": "$inputs.image"
}