Hi everyone, I’m trying to load 6 pdf and use DocumentSummaryIndex to create summary for each of these. The problem is, no matter if I use pdf reader or SimpleDirectoryReader, it always loads each page of each pdf as one document. So I end up getting 29 document objects and thus 29 summaries. However I only want 6 summaries, one for each pdf. Any suggestion?
thanks Logan! It works now. One pdf is really just one Document Object. Problem is now it's taking forever to load just one pdf. Is it because it's using OCR?