Assistive Access

From the log file: "hazelworker is not allowed assistive access"
This occurs because I am attempting to "do menu" commands in AppleScript which require app-by-app authorization to access to the Assistive Access.
How can I tell OS X that Hazelworker is an ok gal to have access? I cannot find such an app as Hazelworker. Or Hazel.
Background: I've tried several methods to parse a pdf to create a name from text in the document. The best so far is to use PDFpen. BUT, to get access to the text date programmatically one must copy the text to the clipboard. PDFpen does not support any other file action for access. Thus, my need for the AppleScript called by Hazel to have UI access. I run this standalone and it works like a champ (ScriptDebugger has been authorized for UI access).
Thanks for any help you can offer.
Karl
This occurs because I am attempting to "do menu" commands in AppleScript which require app-by-app authorization to access to the Assistive Access.
How can I tell OS X that Hazelworker is an ok gal to have access? I cannot find such an app as Hazelworker. Or Hazel.
Background: I've tried several methods to parse a pdf to create a name from text in the document. The best so far is to use PDFpen. BUT, to get access to the text date programmatically one must copy the text to the clipboard. PDFpen does not support any other file action for access. Thus, my need for the AppleScript called by Hazel to have UI access. I run this standalone and it works like a champ (ScriptDebugger has been authorized for UI access).
Thanks for any help you can offer.
Karl