Installation guide

Zetadocs for NAV Installation Guide
This edition 5
th
December 2012 © Copyright Equisys plc 2012 All trademarks acknowledged All rights
reserved
Page 22
<EnableAbbyy>true</EnableAbbyy>
<EnableAbbyy>false</EnableAbbyy>
4. StellentBypassPDF Option
This option causes the Zetadocs Server to bypass pdf files added to the conversion folder. They are instead
simply copied to the converted folder, which can result in the Server operating more quickly on a given
batch of documents. Note: The PDF files may not be in the specific PDF/A format generated by the Server.
<StellentBypassPDF>true</StellentBypassPDF>
<StellentBypassPDF>false</StellentBypassPDF>
5. Adjusting the Logging Level
The logging level options are as follows:
Error
o Use this setting for general operation.
Warning
o Use this for trouble shooting issues.
Debug
o Should be used for a controlled period of time to trouble shoot issues.
As such simply change the value in the config.xml file to either of these.
<LogLevel>Error</LogLevel>
<LogLevel>Warning</LogLevel>
<LogLevel>Debug</LogLevel>
6. Specifying the Log Location
The Zetadocs Server log can be set to save to a file and/or the event log, change these values to true and
false as appropriate.
<LogToFile>true</LogToFile>
<LogToEventLog>false</LogToEventLog>
The Zetadocs Server log file is written to:
C:\Windows\Temp\Zetadocs\ZdDocumentConverter.log
7. Batch Scanning Settings
This setting is specific to each document queue. Each document queue can be configured to use only one
type of splitting method. The splitting methods are:
Off - By default, the Zetadocs Server doesn’t process any batches present in the Batch Split folder
of your document queue.
Barcode - The Zetadocs Server splits the batches on every page that contains a barcode.
BarcodeValue - The Zetadocs Server splits the batches every time the barcode being read has a
different value to the previous barcode read.
PageInterval Zetadocs Server splits the batches using an interval defined by the
BatchScanPageInterval parameter, e.g. every 3 pages see below for details.
<BatchScanSplitType>Off</BatchScanSplitType>
<BatchScanSplitType>Barcode</BatchScanSplitType>
<BatchScanSplitType>BarcodeValue</BatchScanSplitType>
<BatchScanSplitType>PageInterval</BatchScanSplitType>
Configuring the Page Interval
This value determines the page interval number to be used when processing a document using the
PageInterval splitting method described above.
<BatchScanPageInterval>Value<BatchScanPageInterval>