I'm developing an ASP.net web api (.NET Framework) and use "Microsoft Office Document Imaging" v12. On my local system, it works fine. But then I pushed it on my azure web app and I got following error:
Could not load file or assembly 'Interop.MODI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I'm sure, I have to install "Microsoft Office Document Imaging". But how can I do this when I'm just using an Azure Web App?
EDIT: I found a much better way to solve my problem: https://azure.microsoft.com/de-de/services/cognitive-services/computer-vision/