I am using a Fujitsu ScanSnap S300M. When scanning a multi-page document, the scanner software creates a file immediately and appends it as it continues to process the file.
The problem is Hazel wants to start processing that file before it's finished writing it, and therefore no Hazel actions complete.
The log output is:
2010-11-30 09:11:08.475 HazelHelper[840] Attempted to run watcher on undeployed folder: /Users/XXXXXX/Documents/OCR_Inbox.
2010-11-30 09:11:15.229 HazelHelper[840] Attempted to run watcher on undeployed folder: /Users/XXXXXX/Documents/OCR_Inbox.
2010-11-30 09:11:23.500 HazelHelper[840] Attempted to run watcher on undeployed folder: /Users/XXXXXX/Documents/OCR_Inbox.
2010-11-30 09:11:25.551 (null)[0] PROCESS01.pdf: Rule Process New Files matched.
The question is how do I create the rule to wait until the file is completely saved before allowing Hazel to perform an action on it?
Thanks for your help!