7.0
Table Of Contents
- Introduction to OmniPage Pro
- Installation and Setup
- Processing Documents
- Basic Steps of OmniPage Pro OCR
- Selecting Process Commands
- Automatic Processing
- Bringing Document Images into OmniPage Pro
- Creating Zones on a Page
- Converting Images to Text
- Scheduling OCR
- Direct Input: Pasting Text into Other Applications...
- Working With Documents
- Exporting Documents
- OmniPage Pro Settings
- Customizing OCR
- Technical Information
- Glossary
Apple Event Support
Technical Information - 133
Set output file
takes as a parameter a string which specifies either a name
or the full path name for the output file. A full path name for a file is
made up of the volume name followed by a colon, the name of each of
folder followed by a colon, and the file name. For example:
+'2PQL3DJH3UR7H[W)LOH. You should call this before any
call to
load and ocr
or
scan and ocr
. If only the file name is specified, the
file will be put in the output folder specified in the Schedule OCR dialog
box. The default output folder is called
Output Files
. If this call is never
made, the output file name will be the same as the input file name, with
the word
Output
added.
scan and ocr
Event Class RFU
Event ID VFDQ
Returns: descriptor type: long
data: N$(6XFFHVV
if OCR was successfully started
N$(-RE$G GHG7R4XHXH
if this job was only added to the
job queue because another
document is already open
N$(-RE4XHXH,V)XOO
if the job could not be added to
the queue because the queue
already has 256 jobs
This function adds a job to the processing queue that will be scanned
and recognized. If this call returns N$(6XFFHVV, OmniPage Pro
immediately starts scanning and recognizing the job in the background.
Once recognition is complete, the text is saved with the file name and
format specified by the
set output file
and
set output format
calls.
If this call returns N$(-RE$GGHG7R4XHXH, that means a document is
open in OmniPage Pro and the job cannot start until the document is
closed.