Simple Treepoam server app with api to generate a datamatrix code
Treepoem uses the ghostscript library and must be manually installed on the host using a package manager for the OS.
apt-get install ghostscript
brew install ghostscript
Use the Dockerfile and it will automatically start the server with the API.
http://127.0.0.1:5000/datamatrix?data=Hallo%20Welt
Due to gohstscript the response from the server can take at least 4s.