I've used PDFTextStripperByArea to provide the text contained by a rectangle, however I'm looking to do the reverse (given a string & a PDPage: provide the rectangle(s) where the string is seen).
My usage / understanding of PDFBox is pretty minimal / basic @ this point. From looking @ the example pointed to from https://stackoverflow.com/a/35743173/64696 it looks like it is possible to grab the coordinates of individual characters, so if this is the best option I guess that the road forward for me is to write something that strings these characters together for comparison...
Any other options available that I'm unaware of ? Suggestions appreciated :-)