ex_bardecode v0.8.3 Bardecode View Source

Documentation for Bardecode.

Link to this section Summary

Functions

read_barcode_from_bitmap in JPEG format

read_barcode_from_data_url in base64 encoded JPEG format

Link to this section Functions

Link to this function

read_barcode(file, license)

View Source
read_barcode(file :: String.t(), options :: map()) :: any()

read_barcode

Link to this function

read_barcode_from_bitmap(bitmap, license)

View Source
read_barcode_from_bitmap(bitmap :: binary(), options :: map()) :: any()

read_barcode_from_bitmap in JPEG format

Link to this function

read_barcode_from_data_url(data, license)

View Source
read_barcode_from_data_url(data :: String.t(), options :: map()) :: any()

read_barcode_from_data_url in base64 encoded JPEG format