The text in the purple box is how the full text gets rendered in the page. This example shows the full text for NC State University Nubian Message, April 25, 2002. The styling can be changed to meet user needs. This is just an example of one of the ways this type of scripting can be used with the library.

<div id="fulltext"></div>
<script>
for (var i=1; i<9; i++){
  document.getElementById("fulltext").innerHTML += (`<iiif-annotation annotationurl="https://ocr.lib.ncsu.edu/ocr/nu/nubian-message-2002-04-25_000${i}/nubian-message-2002-04-25_000${i}-annotation-list-paragraph.json" styling="text_only: true;"></iiif-annotation>`)
}
</script>