8.6

Table Of Contents
When retrieving documents from the database, the PDFfrom which the document is obtained
will remain in the database until each document contained in it is retrieved from it. For example,
if a 10-page PDFcontains 5 documents, the 10 pages remain in that PDFuntil all 5 documents
have received ink, been closed and retrieved from the database. This may mean space issues
if too many PDFfiles remain in your database.
Technical
Performance-wise, when this plugin retrieves a document from a 10,000 page PDF in the
database, it will take more time then if it retrieved it from a 100 page PDF.
Output
The Get Capture Document action task is a loop that outputs a PDFversion of the Capture
Document. The PDFcontains the original document, any ink added by the "Capture Fields
Processor" on page452 action task.
In addition, any ICRinformation available (when using PlanetPress Capture ICR)will be
placed at the Page Level, as follows:
l ICR_[FieldName]_Val:The value of the text that was recognized by the ICRengine, for
the field named [FieldName]. If the field is not and ICRfield or if that field contains no ink,
the value will be empty.
l ICR_[FieldName]_Cfd :The confidence value (in percentage) of the engine for the value
provided.
Properties
General Tab
l Document Origin group:
l Document to process:Determines where the document information is read
l From Metadata:Select to use the current document available in the metadata
generated by the Capture Field Processor.
l From Specific ID:Select to specify an exact Document ID from the database.
This document does not need to be loaded as a data file or its metadata
Page 469