Interface TextEnricher

All Known Implementing Classes:
NamedEntityEnricher

public interface TextEnricher
Strategy interface for enriching the text content of individual ALTO word elements. Implementations may wrap or replace the raw word string with additional markup such as named-entity highlighting or hyperlinks.
  • Method Summary

    Modifier and Type
    Method
    Description
    enrich(String content, de.intranda.digiverso.ocr.alto.model.structureclasses.lineelements.LineElement element)
     
  • Method Details

    • enrich

      String enrich(String content, de.intranda.digiverso.ocr.alto.model.structureclasses.lineelements.LineElement element)