• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Script to OCR a folder of documents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Script to OCR a folder of documents


  • Subject: RE: Script to OCR a folder of documents
  • From: Jerome <email@hidden>
  • Date: Wed, 10 Jul 2002 17:52:56 -0400

Try

set scanfilename to source_folder & 3:2 & current_name
tell application "OmniPage Pro X"
load and OCR alias scanfilename
end tell


on 7/10/02 5:31 PM, email@hidden at
email@hidden wrote:

> tell application "Finder"
> set the source_folder to alias "WisdomQuesteLibrary:ScannedDocs:"
> set the scan_list to every file of the source_folder as alias list
> repeat with this_file in the scan_list
> set the current_name to name of this_file
> set scanfilename to current_name
> tell application "OmniPage Pro X"
> load and OCR source_folder & scanfilename
> end tell
> end repeat
> end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: scripting a weekly download
  • Next by Date: New Appleworks document
  • Previous by thread: Script to OCR a folder of documents
  • Next by thread: Re: way to identify currently running script?
  • Index(es):
    • Date
    • Thread