I am trying to find a way to write an AHK script for finding and copying number from PDF into clipboard.
Basically, I have a PDF file, one page per file. The field I need would look like this:
Comment
123456789
Field names never change. But there are other numbers in the file.
I would like to copy that number into the clipboard. Sometimes, the number can be longer or shorter, from 10 to 15 characters. Sometimes, the number can be inside a PDF comment.
I can turn a blind eye to the exceptions, so something to start with would be great too.
Thanks in advance for your ideas!