Barcode Reader SDK for Linux

Overview

The royalty free SD-TOOLKIT Barcode Reader SDK for Linux allows you to integrate barcode recognition functionality into various types of software products starting from stock application and ending up with high load document processing server. Tools, information, and sample applications are provided to help you integrate high performance barcode recognition functionality into your application or solution.

download trial
order now

Product version: 2.1.158

product release notes:


Supported Platforms

  • Desktop OS: Ubuntu 10 and higher

Supported barcode types

  • 1D Barcodes: Code 11, Code 39, Code 93, Code 128, Codabar, Interleaved 2 of 5, Patch Code, EAN13, EAN8, UPC-A, UPC-B, Plus 2, Plus 5, Intelligent Mail, Planet.
  • 2D Barcodes: Data Matrix, PDF417, QRCode, MicroQR

Architecture

The diagram below demonstrate basic SDK components usage concept.

To access barcode recognition functionality your application will communicate with SDT Barcode runtime components through programming interface (SDK library). Programming interface is programming language dependent. Both Libraries and runtime components are included into SDK. Runtime components must be included into your application setup for distribution to your clients as a part of your software application. Seee below which types of runtimes can be used from certain programming languages. The core SDK component is Barcode Reader Engine. On input the Barcode Reader Engine receive image file or image data allocated in memory. The image can be either scanned document or captured photo. The Engine reads the input and recognize known types of barcodes on it. On output the Engine returns a list of detected barcode values and properties such as position on image, barcode type etc.

Runtimes and Supported Programming languages

  • Native API library Linux (libsdt-brc.so): C/C++
  • Java library Linux(JSDTBarcode.jar): Java
  • Java JNI library Linux(libjsdtbarcode.so): Java

The following diagram demonstrate linkage between various libraries and a language/technology it is mainly made for.

Linux shared library


libsdt-brc.so - Linux shared library (both x86 and x64 versions are available for integration barcode recognition into Linux applications.

 

Linux Java library


JSDTBarcode.jar - Java class library.
libjsdtbrc.so - Java JNI shared library (both x86 and x64 versions are available for integration barcode recognition into Linux applications.

 

More details regarding how to read barcodes from various programming languages you will find in Using the SDK section.