Yes, but not directly. First, you'll need to extract the textual content from your documents, and index it to Algolia.
If you happen to have long documents, we also recommend splitting the content into smaller chunks. You could, for example, split your text into paragraphs and index those independently.
Then, you can use our distinct feature to return each document only once.
Documentation: How to Index Long Documents