I'm trying to create a simple Automator workflow to find all non-searchable PDFs then OCR them with PDFpen. I can't make much sense of the one or two other posts here (like this one), nor do I have Hazel.
Outside of Automator, I can use Finder to show non-searchable PDFs by searching "kind:pdf NOT intext:"a"" but I don't know how to translate that to an Automator workflow, pass those files on, scripting, etc.
Thanks for any help!
kind:pdf NOT intext:"a"does the trick, you could first do that and the select all that it finds. Then in the Workflow you can get the selected files in more then one way. At which point you can continue to process. If you want to automate it totally then you might have to convertkind:pdf NOT intext:"a"to the form themdfindcommand can use and then process its output accordingly. – user3439894 Jan 16 '18 at 16:58