in app/redact/TextFinder.scala [22:26]
def findString(document: PDDocument, needle: String): List[FoundText] = { val textFinder = new TextFinder(needle) textFinder.getText(document) textFinder.locations.result() }