Deploying to Azure Cloud

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
aaronpaul
Posts: 1
Joined: 2019-09-15T16:18:54-07:00
Authentication code: 1152

Deploying to Azure Cloud

Post by aaronpaul »

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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Deploying to Azure Cloud

Post by magick »

Deploy a VM in your Cloud that includes a dependency on the ImageMagick development package/RPM and utilize in the VM environment. Other options include a Cloud-based image processing service such as https://www.blitline.com, Google's Firebase Cloud Functions, or Web Apps in Azure.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Deploying to Azure Cloud

Post by fmw42 »

Is the OP asking about MagickWand or Python Wand?
Post Reply