inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
593 stars 151 forks source link

Alignment of text for PDF Annotations #626

Closed wpmp closed 5 years ago

wpmp commented 5 years ago

Is your feature request related to a problem? Please describe. PDF editor and brat editor use different technologies to represent text of a pdf file. The PDF editor uses PDFExtractor and brat uses DKPro Core PdfReader.

Describe the solution you'd like Annotations based on PDFExtractor and based on DKPro Core PdfReader are convertible in both directions. This is achieved by text alignment, position alignment or both together.

wpmp commented 5 years ago

Resolved with #627 and #838.