Understanding Hazel

tell application "ABBYY FineReader for ScanSnap"
	recognize theFile and export to theFile as pdf with silent mode
end tell

That will OCR the document and save it with its own name.

1 Like