Skip to content

kp-marczynski/barcode-parser

Repository files navigation

Barcode Parser

This android library is intended to offer capability to extract data from raw barcode string. Extracted data is available as list of multilanguage labels and optionally formatted data.

Prerequisites

  • Android studio 3.6+
  • Android min SDK version >= 21

Usage

  • To add library to project use Jitpack

Then run:

val barcodeToParse = "0218017596018530"
val result = BarcodeResultParser().parseBarcode(barcodeToParse), BarcodeFormat.GS1_128) }

For more usage examples see tests in BarcodeParserTest class.

Supported Barcodes

  • GS1-128

Supported Languages

  • English
  • Polish

About

Android library for extracting data from barcodes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages