UiPath Classres array

I want a clear explanation of the output of class result

  1. For a single page pdf the output is stored in classres(0)
  2. If the pdf is more than 1 or maybe of 15-20 pages , the output is stored in batches of page 1-4 and so on in respection classres arrays

Hi @Ritaman_Baral
I believe classification results are provided in batches for large PDFs because processing a single massive document all at once can strain the system’s memory and processing capabilities. By breaking the document into smaller, more manageable chunks, UiPath can handle each batch more efficiently, which helps avoid performance issues. This approach could allow better memory management and keeps the system responsive, whether you’re dealing with a small single-page document or a large multi-page one. It’s all about optimizing resource use and ensuring smooth performance regardless of document size.

Hope this helps, but please do let me know if you are looking for a specific detail.

Thanks.

Hi @Ritaman_Baral

Your query is quite confusing could you be more specific.