How to Split PDF Documents Based on Intelligent Keyword Classification Output in UiPath Document Understanding?

I am working with Document Understanding and using the Intelligent Keyword Classification component to categorize documents. Based on the classification results, I need to split PDF files into separate documents (e.g., one PDF per classified section).

I need a sample to do it and where can I find the split PDF files if it run successful. thanks

below is my process:

below is my properties of intelligent activities:

do I consider that the process split the document for me? are there five documents?

In fact, I need to split a single PDF into multiple PDF files based on the document types identified by Document Understanding.

@Stitch Yes, there are 5 different classified documents.
You can use for each activity to iterate ClassificationResult array.