Deploying to Azure Cloud
Posted: 2019-09-15T16:28:21-07:00
I am building a solution for one of my clients. It is a cloud based solution in Python. I've been trying to figure out the best way to deploy this solution. We are using Wand to convert PDF files to PNG in order to pass it to an OCR.
From all of my research, it seems that ImageMagick is only usable locally, but that seems extremely limiting. Is there any means by which this dependency can be made available to Wand in a cloud environment?
From all of my research, it seems that ImageMagick is only usable locally, but that seems extremely limiting. Is there any means by which this dependency can be made available to Wand in a cloud environment?