kp-marczynski / barcode-parser

Android library for extracting data from barcodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%