Skip to content

Commit

Permalink
Fix version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonsta committed Jun 7, 2024
1 parent 505fb36 commit af8040b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ A small webapp which reads PDF417 barcodes from a pdf file and outputs the barco
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-1.1.3.jar

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

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

0 comments on commit af8040b

Please sign in to comment.