I have a PDF file, and it contains different types of information like Invoices, COAs, waybills, Manifest etc. into a single pdf file.
Requirement: User will upload a PDF file and Power Automate ( using AI Builder) will extract all Invoices into a single file and if WayBills, COAs and Manifest also present in the PDF file then for all Power Automate will extract the documents and create separate pdf file for each.
I am going through the AI Builder model, however I didn't find any model that will extract or categories the documents and create a separate file for each.
Is Power Automate is good fit to achieve the above requirements?
Hello @VD
My suggestion would be that you use to split your PDF into single pages by a third-party connector. For example, Split PDF – Encodian Customer Help You can create an AI Builder model that categorises your PDF pages and then puts them together in a PDF document based on the classification. (Merge document array to PDF – Encodian Customer Help0
I hope this point you in a good direction.
Greets,
Frederik.
______________________
Give a thumbs up if you like my answer.
Thanks! Frederik.
Yes, you gave me a good direction 👍, will try this solution.