Hi,
How can I use the Classification Results to save classified and unclassified documents?
For example, I digitize one document of 4 pages that contains 3 documents (1 classifed document of 2 pages+1 classified document+1 not classifed document). The classification is able to correctly do the job, how can I use the result to save these 3 split documents separately and in 2 folders (Classified/Unclassified)?
Thank you,
Best regards.
Hi @Valerio
- Read the input document (PDF or other format) into a variable.
- Use the classification activity to classify the document, store the classification results.
- Iterate through the pages of the input document:
a. For each page:- Determine if it is classified or unclassified based on the classification results.
- If classified, save the page in the classified folder with a unique name.
- If unclassified, save the page in the unclassified folder with a unique name.
- Repeat step 3 for all pages in the input document.
Hi PravallikaPaluri,
Thank you for your prompt response but I can I do the point 3?
Iterate through the pages of the input document:
a. For each page:
Determine if it is classified or unclassified based on the classification results.
Hi @Valerio Yes, We can do that at point 3.
Typing error… I wanted to know how can I do the point 3?