PDI File Structure
Note: You never edit a PDI file. Examining its contents, however, can be useful in a debugging situation where you want to verify the values it contains are the ones you expect.
The PDI format described here is in the native format OL Connect Image generates and OL Connect Search reads. If you are examining a PDI file in XML format, you should not have difficulty locating the information described here, in the XML file.
Each entry in the PDI file has the syntax:
~<name>=<value>
For example, the entry:
~FormName=conference.ps4
has the name FormName
and the value conference.ps4
. A PDI file uses the following entries:
Name | Value |
---|---|
~SearchDBName |
The name you defined for the database record for the document. This is the name of the record OL Connect Search creates for this document in any search database it builds that contains the document. If you did not define a name for the database record, OL Connect Image sets this entry to the value of the |
~FormName |
The name of the converted document (in your OL Connect Workflow Tool Document folder) that OL Connect Image executed to generate this PDI and its associated PDF. OL Connect Search uses the value of this entry to determine which of the PDF files in a OL Connect Image archive folder were generated from the same document. If you did not define a name for the database record for this document (see the |
class="TableStyle-SimpleTable-BodyE-Column1-Body1">
~ArchiveFile |
The name, minus the file name extension, of this PDI file (and its corresponding PDF file). You set this name in your OL Connect Workflow Tool when you configure the OL Connect Image output task. |
~ArchiveMethod |
The type of file (PDF, TIFF, or JPEG) generated by OL Connect Image. Note that although OL Connect Image can generate image files of type TIFF and JPEG, you cannot use OL Connect Search to search an archive of these image files. Consult the OL Connect Workflow Tool User Guide for further help understanding this feature of OL Connect Image. |
~Time |
The time that OL Connect Image created this PDI file, expressed as hours:minutes:seconds. |
~Date |
The day that OL Connect Image created this PDI file, expressed as year/month/day. |
~IndexName:<field length> |
The name of an index term used in the PDF file. You specify this name when you create the index term in PlanetPress Suite or OL Connect. OL Connect Image makes a list of the names of all index terms used in the PDF, and places them in the first part of the PDI file. The field length is either the length of the data selection you created in OL Connect, or the default field size you set in OL Connect Search, whichever is greater. |
~FieldName <values> |
The name of an index term, followed by a list of the values this term takes on, on a given page of the PDF file. |
~Page |
The page number of the PDF file that contains all the FieldName entries above it and below the preceding page number. |