I want to design a web page where user will select the invoice pdf/image, use Extract Information, and auto-detect all fields.
And show the extracted data like Invoice No, Invoice Date, amount, etc, user can update and change the values.
Using Power Automate Flow, it can be done using iframe.
But I want to use this module directly on a web page using PHP, just like calling third-party API.
Is It possible? if yes then can anyone share the example or any details that will help?