2021.2

Table Of Contents
Processing
One PDF, corresponding to the information present either in the Metadata or specified in the
task, is extracted from the Capture database.
When retrieving documents from the database, the PDF from 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 PDF files remain in your database.
Note
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546 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 ICR field 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.
Page 557