/pdf417-barcode-reader

A small webapp which reads PDF417 barcodes from a pdf file and outputs the barcode content as string

Primary LanguageJava

pdf417-barcode-reader

Main

A small webapp which reads PDF417 barcodes from a pdf file and outputs the barcode contents as a string

The webapp uses the ZXing ("Zebra Crossing") barcode scanning library (see https://github.com/zxing/zxing) to read the barcodes and Apache pdfbox to work with PDF documents (see https://pdfbox.apache.org/).

The web aplication can be run standalone and started with the following command:

java -jar pdf417-reader-2.0.0.jar

The released jar files can be found under releases in Github.

The webapp can also be run as a Docker container. The latest build as a Docker container can be obtained on docker hub: https://hub.docker.com/r/tkonsta/pdf417-reader-webapp