About iris-qr-barcode-utils Application
Read and write QR and Barcodes using InterSystems IRIS and Python
Installation using ZPM
- Execute this command from IRIS Terminal:
zpm "install iris-qr-barcode-utils"
Installation using Docker Compose
- Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/iris-qr-barcode-utils.git
- Open a Docker terminal in this directory and run:
$ docker-compose build
- Run the IRIS container:
$ docker-compose up -d
- Use Postman (or other REST Client) to Write a barcode to a value:
P.S.: you can import the postman sample requests from: https://github.com/yurimarx/iris-qr-barcode-utils/raw/main/barcode.postman_collection.json
- Use Postman to read a barcode value from an image (try EAN 128 type - the project has a sample on project-folder/code128.png):
- Use Postman to read a barcode value from a PDF (try a PDF with barcode and qrcode - the project has a sample on project-folder/product.pdf):