This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- stage the files so we can keep scanning | |
tell application "Finder" | |
set theFolder to folder "Lion:Users:tjs:Downloads:toProcess:" | |
set targetFolder to folder "Lion:Users:tjs:Downloads:processing:" | |
move entire contents of theFolder to targetFolder | |
end tell | |
-- Use Acrobat Pro to OCR and optimize. This saves to the folder 'processed' | |
tell application "System Events" |
NewerOlder