8.8

Table Of Contents
Post-Processing is generally done using the "Capture Condition" on page476 task, which
verifies the presence or state of the ink on the document or on specific fields.
After PGCHandling
Here is an example of a process that receives ink data, updates the database, and then verifies
whether or not a field that indicates manager attention is required (for example, a box noting the
wrong number of items in a delivery slip). If attention is required, the document is sent via email
to the manager. Otherwise, the document is simply archived.
Task Breakdown:
l The HTTP Server Input receives a POSTrequest sent either by the Anoto penDirector or
the PlanetPress Mobile Application. This requests contains information sent by the pen
as well as a PGCfile as an attachment. Because we're only concerned about the PGC,
the task is configured to ignore the XMLenvelope as well as loop through each
attachments (of which there is only one). So, the output of the task is the PGCfile alone.
Page 175