- Open a PDF in ReaddleDocs (on the iPad) from my iDisk
- Annotate the PDF (e.g.: add a note "Paid BPay #receipt-number")
- Have ReaddleDocs sync that file back to my iDisk
- Have Hazel recognise the comment has been added and do stuff with that file
At present, it seems that Hazel will only recognise words in the 'original' PDF, and ignore notes that have been added. I can use grep to find that the pattern is in the document. I have set up a rule "If contents contain 'Paid BPay'", which is supposed to set the label at this time. When I use the "Preview Rule Matches..." option, the document is not matched.
Do I just need to bite the bullet and write a cron job to do this one for me using grep?