This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The PDFTextAnnotator will accept a PDF and a pattern, it will highlight all occurances of that pattern in the document. | |
It inherits from the PDFTextStripper (so things like start end end page should still be configurable) | |
See the App file for a basic usage example |