2.0

Table Of Contents
ABBYY Recognition Server 2.0 System Administrator’s Guide
Fault Tolerance
As ABBYY Recognition Server 2.0 runs completely unattended, it has a number of fault tolerance features that ensure
robustness of the system:
The system starts automatically at Windows startup. For example, in the case of a temporary power loss, ABBYY
Recognition Server will be up and running automatically after the PC is rebooted.
Documents are processed so that no data are lost in the case of a system failure. All the images that were being
processed when the failure occurred will stay in the queue and will be processed again after the system is
restarted.
The Server Manager periodically checks to make sure that the Processing Stations are running and are available.
If a Processing Station is temporarily down for some reason, the Server Manager will reestablish connection
with it after it becomes operational. No administrator’s involvement is required to reconnect a Processing
Station.
If a Processing Station or Verification Station experiences a failure while processing a document, the document will be
automatically rerouted to another available station. If no station is available at the moment, the image will remain in the
queue and wait for the first available station.
Integration Tools
XML tickets
ABBYY Recognition Server 2.0 provides a convenient way to customize job settings via socalled XML tickets. An XML
ticket is an XML file that contains a set of processing parameters for the job. The parameters set in the XML ticket
override the workflow settings. If an XML ticket accompanies one or several input files, these files will be processed using
the parameters set in the ticket. XML tickets can be used to define almost all job parameters, such as priority, recognition
languages, output formats, output file name and path, etc.
XML tickets can be created either manually (in a text editor) or programmatically, via the Open API.
XML tickets can be used for integration of ABBYY Recognition Server with frontend systems and devices (for example,
the processing options that the user sets on the scanner panel can be transferred to ABBYY Recognition Server in an
XML ticket).
Open API
ABBYY Recognition Server provides two types of Open API for integration with external systems: a COMbased API and a
Web Services API. Both APIs provide the following functionality:
submitting images for processing
creating and submitting XML tickets for processing
getting notifications about the job completion and information about the job results
The COMbased API uses RPC technology and can be used for integration with other systems in the local area network.
The Web Services API enables communication with remote systems via HTTP, and therefore allows for remote
integration over the Internet.
See more information about the Open API and the XML tickets in the Open API Help file.
Note: You can use the Open API and XML tickets only if you have the Open API addon module enabled in your ABBYY
Recognition Server 2.0 license.
8