--
You received this message because you are subscribed to the Google Groups "zotero-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zotero-dev+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/zotero-dev/e4e830d4-35c9-42c1-b2eb-7cdbe0cf0b16n%40googlegroups.com.
My objective is to display the source content retrieved through RAG directly within the Zotero document for the user.
Since I wasn’t able to find a method to highlight text without using annotations, I ended up implementing the highlighting using annotations instead—specifically, by utilizing the annotationManager from the Reader.
I was wondering if there might be any alternative approach to achieve this—perhaps by using other functions provided by the Reader, or by accessing pdf.js directly?
Thank you.