ImageGetBarcodes

Description

This activity returns the list of all the barcodes found in an image.


Filtering

BarcodeFormatFilter BarcodeFormat

Filter the format of barcode to search. Searching more formats takes more processing time. Selecting nothing is equivalent to selecting all formats.

BarcodePositionFilter EBarcodePosition

The specific area, related to the given image, where to search barcodes.

The possible values are:
  • EntirePage
  • Top
  • Bottom
  • TopLeft
  • TopRight
  • BottomLeft
  • BottomRight

RegExBarcodeContentFilter InArgument<String>

A regular expressoin to filter barcodes with a specific format.


Input

ImageDmFile InArgument<IDmFile> REQUIRED

The image from which you want to get barcodes.

Supported formats are:
  • BMP
  • GIF
  • JPEG
  • PNG
  • TIFF

Output

Result OutArgument<List<BarcodeFound>> REQUIRED