We are exploring OCR capabilities for invoice processing. This is the article which may help you to understand how it work if you want to train a custom model to use it then with Power Automate. Do you want your own OCR which costs less than a coffee? All credits go to Nick Grischenko. https://microsoftbusinessappsfordummies.wordpress.com/2021/07/21/simple-azure-invoice-ocr-tutorial-that-costs-less-than-a-coffee/
Tag: azure
Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
Problem: Microsoft Labs AttachmentManagement solution doesn't allow to download attachments via plugin for files,synced to Azure BLOB storage . Solution: download BLOB, using a custom plugin or custom WF activity. Mind mapping(please don't try any of this, it doesn't work): first, I found this link: https://community.dynamics.com/365/b/heralddyncrm/archive/2018/05/27/upload-and-download-files-in-azure-blob-using-c It worked perfectly while I was unit testing. Then I… Continue reading Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
Exploring MS Graph API: Error – “Too many child clauses…”
I have a list of emails, which are UPNs (user principal name), which I am using in a query filter to retrieve an information for Azure AD users. Honestly, I was exploring, trying to figure out the best way to query, knowing that IN {} statement is not supported for the filter. What is supported? Also,… Continue reading Exploring MS Graph API: Error – “Too many child clauses…”