Can we integrate Azure form Recongnizer with sharePoint online document library
I want to extract info from uploaded documents inside SharePoint.. the documents have standard info such as first name , last name, but have more complicated elements such as Check-boxes & Signatures, as follow:-
Now i am planning to create these Yes/No fields inside SharePoint document library, as follow:-
- Private
- Luxury
- Body-left
- Body-Right
- Truck
and force the OCR to map the fields to Yes in-case its checkbox has the right mark inside it. for the second image i am planning to create a drop-dwn field and select the option based on which checkbox is checked(the number of wheels in my case). Also for the signature not sure what are the options..
now i were planning to use Power Automate AI Form Processing to extract the data, but i recognized that the current Power automate Form Processing will not support check-boxes and signature recognition. so i am now investigating the Azure Form Recognition capabilities.. so does it support the above kind of data extraction (Check-Boxes and Signatures)?
and second question how we can integrate it with SharePoint? can we force the azure form recognition to run when we upload a file inside SharePoint and populate the extracted data inside SharePoint document libraries?