Excel C# VSTO Add-in Help - Call Azure Formrecognizer API
Budget: $10 – $30 CAD
I am trying to develop a C# add-in for personal use, but I'm having troubles getting it to work correctly. It seems like my troubles lie somewhere in the packages I'm using or how my project is configured, so this could be a pretty easy fix, but I'm not sure. I'll provide you with the code I have, which should theoretically already work, and all I am asking is that you can get the code to run, send me the Visual Studio project, and I am able to run it on my own system.
Here's my end goal for the project, just to give you a better idea, however you won't have to do this, I'll describe what I need done in the next paragraph: Open excel, button in Excel add-in that you click, opens file explorer, you pick a local document on your system, it will upload it to Azure form recognizer, the returned results will be dumped into the current excel sheet.
What you have to do: I'll give you the (very minimal) code I have, which essentially one excel launches, picks a pre-defined file on the system, like an invoice or something, uploads it to Azure formrecognizer, and returns the result in the debug console. The problem is that I can't get it to upload to Azure. I can provide all the error logs if need be.
Here's my end goal for the project, just to give you a better idea, however you won't have to do this, I'll describe what I need done in the next paragraph: Open excel, button in Excel add-in that you click, opens file explorer, you pick a local document on your system, it will upload it to Azure form recognizer, the returned results will be dumped into the current excel sheet.
What you have to do: I'll give you the (very minimal) code I have, which essentially one excel launches, picks a pre-defined file on the system, like an invoice or something, uploads it to Azure formrecognizer, and returns the result in the debug console. The problem is that I can't get it to upload to Azure. I can provide all the error logs if need be.