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.
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.