Guest User

Untitled

a guest
Jan 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. tell application "FineReader" activate
  2. tell application "System Events" set visible of process "FineReader" to false
  3. tell application "FineReader"
  4. export to pdf "/Path/to/filename/File_to_OCR.pdf" from file "/Path/to/filename/File_to_OCR.pdf"
  5. end tell
Add Comment
Please, Sign In to add comment