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
# Public: Class that parses the word extraction output from the `pdftoolkit-extract` | |
# tool and returns web links and emails to be added to a publication at a | |
# later stage. | |
# | |
# The format in which the tool outputs is as follows: | |
# | |
# <WORD> <X1> <Y1> <X2> <Y2> | |
# | |
# An example of what the original PDF looks like can be find here: | |
# |