summaryrefslogtreecommitdiff
path: root/pdf.go
AgeCommit message (Collapse)Author
2019-10-31PDF: lay out every word with coordinates separatelyNick White
I presumed this would mean that multiple words next to each other couldn't be reliably searched for, but this seems not to be the case.
2019-10-31Move PDF handling code to a separate fileNick White