Currently, the PdfAnnotator.java draw the annotations (residing in rdf) onto pdf.
This is done using bounding box coordinates, not using the actual prefix/postfix.
Todo:
- We probably shouldnt be drawing anything in pdf, but focus on how to tackle this problem providing we have the publication as text or xml
- Find a way to nicely draw annotations using prefix/postfix, instead of coordinates on a pdf page
Currently, the PdfAnnotator.java draw the annotations (residing in rdf) onto pdf.
This is done using bounding box coordinates, not using the actual prefix/postfix.
Todo: