clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Highlight sentences in pdf previewer for each checklist item #70

Closed minump closed 3 months ago

minump commented 10 months ago

Users clicking on checklist item from the PreviewerLeftDrawer should highlight the specific sentences in the Pdf previewer on the right. Use Grobid xml file with sentence coordinates for highlighting.

In screeshot, a user clicking on a checklist item on the left , should highlight the particular sentence on the right. A canvas component can be used to highlight and sentence coordinates from Grobid output xml file.

Screenshot 2023-11-07 at 10 43 23 AM