Thanks, Cassie for this helpful session and for explaining it with simple eg. Doing great work.
@sathya28702 жыл бұрын
hi cassie, for me the train model action is not visible in my power automate the application, for this option, we may have the any subscription
@SagiSulimani3 жыл бұрын
I stuck on the spot when I need to create a ”Form Recognition” (3:52 on the tutorial) - The list of “Actions” is empty when I try to do so. Any ideas? Thanks!
@SagiSulimani3 жыл бұрын
Apparently the Form Recognizer connector is deprecated :(
@CassieBreviu3 жыл бұрын
Its now part of AI Builder. Checkout the docs here: docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/tutorial-ai-builder?WT.mc_id=youtube-talk-cassieb Check out the steps here on this blog: techcommunity.microsoft.com/t5/azure-ai/extract-data-from-pdfs-using-form-recognizer-with-code-or/ba-p/2214299
@soulcracker232 жыл бұрын
Great work Cassie. I will try it
@JoshuaMadurai3 жыл бұрын
very helpful...please make more content, you explain concepts very well
@rebecca47622 жыл бұрын
Thanks for the video and update! Are we able to extract signatures with the AI Builder form recognizer?
@22bdickson Жыл бұрын
hi Cassie, this is very informative. Thanks! Can this same process be used to translate legal language within contracts (PDFs) into a structured data format to be ingested into a database for reporting purposes etc?
@KansasKidzs2 жыл бұрын
Thank you so much for vlog...
@FranciscoCamacho_fjcamachoj4 жыл бұрын
Hi, I guess this is a cheaper option for using AI with Azure instead of the AI capacity of Power Platform. Great video, thanks.
@CassieBreviu4 жыл бұрын
Thank you!
@xinyiluo65873 жыл бұрын
This is so helpful! Thanks a lot.
@dwainbrowne3 жыл бұрын
Great presentation, thank you!!! Please post more, more more :)
@justdeeeeeeeeeeeeeepak Жыл бұрын
THis Helpsssssssssssssssssssss........ Thanks
@hmn41243 жыл бұрын
This From Recogniser seems to have been deprecated.
@lmrpereira4 жыл бұрын
I can´t find form recognizer steps on my power automate, are there any license requirements? From pricing mode I understood that there is a free tier that would allow me to test. Thanks in advance!
@CassieBreviu3 жыл бұрын
Its now part of AI Builder. Checkout the docs here: docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/tutorial-ai-builder?WT.mc_id=youtube-talk-cassieb
@engrAbdul14 жыл бұрын
What about invoices having 100 of line items? Do forms recogonizer works accurately with such invoices.
@CassieBreviu4 жыл бұрын
You could use the customized Supervised Machine Learning model in Form Recognizer to label your data for more complex forms: docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview#custom-models?WT.mc_id=youtube-talk-cassieb
@ResponsibleXI3 жыл бұрын
How I use this if my documents are uploaded on SharePoint Document library? We dont want to go with AI Builder Forms Processing due to hefty licensing cost. Looking for Azure Cognitive services. But can I my documents be stored on SharePoint?
@johnmctiernan49373 жыл бұрын
Seems Train Model is no longer supported (or at least I dont see it). anyone else?
@deeps55263 жыл бұрын
i cant see too
@sebastiannickel30444 жыл бұрын
I miss the most important information how to train a model? In this example everything is prepared, you have a model, etc. But how can I get to the model?
@joshoverholt31414 жыл бұрын
Search google for FOTT
@CassieBreviu3 жыл бұрын
Do you mean download the model created from the service? This service doesnt have the ability to download the model at this time. I could see it being added in the future for offline runs and then it would connect back to the cloud for billing similar to how the Custom Vision Service works.
@pinkystar20204 жыл бұрын
Hi how about handwritten invoice? What is the accuracy rate?
@CassieBreviu3 жыл бұрын
There is a confidence score returned with each field that is found on the PDF. If you mean the accuracy rate of the model that was not something I documented when I created this. However my confidence scores returned are almost always in the 90th percentile. If you have PDFs that arent performing you may need to create a supervised model and use the labeling tool to train the model. Check out more on that here: docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/quickstarts/label-tool?tabs=v2-1
@surooraga79784 жыл бұрын
How do we train the model?
@cassie14864 жыл бұрын
The first flow trained the model from the training data in azure storage
@CassieBreviu4 жыл бұрын
The first Power Automate Flow trained the model from the Azure Storage Account with the 5 PDFs. This was the unsupervised learning model built into Form Recognizer. If you need to label your data (for more complex forms) you can create a custom model as well. docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview#custom-models?WT.mc_id=youtube-talk-cassieb