mikeligthart / annotated_pdf_analyzer

Preprocess and analyse annotated pdfs for the Robotstories project.
GNU General Public License v3.0
0 stars 0 forks source link

Create heatmap (or similar visual representation) of overlapping highlights #6

Open mikeligthart opened 8 months ago

mikeligthart commented 8 months ago

Create a visual representation of the collections of annotations per text segment (see #5). For example, a heatmap where the "red areas" represent a text segment that is often highlighted / annotated.

DanilaRsn commented 8 months ago

I also worked on a version that creates a "heatmap" in HTML marks each sentence increasingly red the more it (or a subpart) has been highlighted

DanilaRsn commented 8 months ago

Still need to do: Correct the structure of the text as it is now presented one sentence per line.