Hi Team,
I've succesfully build an AI model to extract information from PDF documents. It gives excellent accuraty, I build a flow that picks PDF file and extracts the data.
What is my issue?
My files usually have 10-15 pages, meaning that instead of receiving each document separately, our provider is binding them into one file with multiple documents inside. When I load such a document to my Flow, it processes only the first document and the rest is ignored.
Any idea how to tackle this?
I also tried a workaround to split the PDF into one-page documents, but this action in Power Automate is done by some 3rd party connectors that are paid.
Thanks for any hints!