Barcode Detection
Detect and read barcodes in an image.
Last updated
Was this helpful?
Detect and read barcodes in an image.
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).
Use the following identifier in step "type" field: roboflow_core/barcode_detector@v1 to add the block as a step in your workflow.
Name
Type
Description
Refs
name
str
Enter a unique identifier for this step..
❌
The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.
The available connections depend on its binding kinds. Check what binding kinds Barcode Detection in version v1 has.
input
images (image): The image to infer on..
output
predictions (bar_code_detection): Prediction with barcode detection.
Last updated
Was this helpful?
Was this helpful?