I am attempting to run a workflow on a 25 page document. Each page of the document is a timesheet for a different user. The workflow uses pattern matching to extract the employee name out of each page of the document. I need the workflow to parse the 25 page document into individual pages, extract the name from each page with pattern matching, create tokens based on first name/last name, then rename each individual page and move them into a folder.
I have the pattern match testing fine. The renaming and moving of the files is something I am very comfortable with. What I am not clear on is what I need to do to make Workflow see that one 25 page document as 25 individual documents. Does that make sense?
Thanks in advance.