I have a consolidated multiple pages of scanned pdf file which contains different types of documents and they are in different format with different details i want to separation & extract them page by page with document type . how can i do that?
can anyone help me.
I am studying the Uipath Document Understanding concept and I am wondering If there is a possibility to rebuild that workflow to not only extract some specific data from various types of files but also save separate files (for example split invoices) into specific locations?
I just find the solution → literate for each item in classificationResult then get:
firstPage = item.DocumentBounds.StartPage +1
lastPage = startPage + item.DocumentBounds.PageCount - 1
then split pdf using Extract PDF Page Range just providing firstPage and lastPage