Welcome to Microsoft Q&A Forum, thank you for posting your query here!
To extract information from a PDF document using Power Automate, you can leverage the document processing capabilities of AI Builder.
- Create a Flow in Power Automate:
- Sign in to Power Automate.
- Select "My flows" in the left pane, then select "New flow" > "Instant cloud flow".
- Name your flow and choose "Manually trigger a flow" as the trigger.
- Add File Input:
- Expand the trigger and select "+Add an input" > "File" as the input type.
- Replace "File Content" with a suitable title, such as "My document".
- Extract Information from the Document:
- Add a new step and select "AI Builder".
- Choose "Extract information from documents" from the list of actions.
- Specify the document type you are working with and provide the file content from the trigger.
- Specify Page Range:
- If your document is large (60 to 150 pages), you can specify a page range in the "Pages" parameter to limit the extraction to the relevant pages. For example, if you only want to extract data from pages 1 to 5, you would enter "1-5".
- Use the Extracted Data:
- In the subsequent actions, you can use the extracted values from the document. You can manipulate these values or send them to other applications, such as Microsoft Teams or Excel.
Kindly refer the below Documentation: https://learn.microsoft.com/en-us/ai-builder/form-processing-model-in-flow#use-a-document-processing-model-in-power-automate
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Thank You.