Skip to content

Instantly share code, notes, and snippets.

@tjsnell
tjsnell / gist:2489411
Created April 25, 2012 12:30
Paperless
-- 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"