RE: Script to OCR a folder of documents
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.