chrismattmann / shangridocs

Document exploration tool
Apache License 2.0
12 stars 6 forks source link

cTAKESPanel Function should remove new line characters from end of document as well as beginning #12

Open lewismc opened 9 years ago

lewismc commented 9 years ago

There is a comment within cTAKESPanel which states

// remove initial new line characters from
// returned XTIKA content.

This covers removing new lines at the beginning of the document. As the current presentation medium for a document is one large page/panel (with no distinction between pages anymore) we should also remove new lines (\n) at the end of documents as well.