Installation guide

2. Launch the Data Publishing Mapping tool from Advanced > Tools > Data Publishing Mapper.
3. Under Published Key, select the FPE field you wish to use.
4. Under Connector Key select connector field you wish to map the value to.
5. Set the field type to string and the format to None.
6. Click Save.
17 - Step by Step Invoice Example
Process an invoice from the invoice example. Static fields must be setup to ensure that the document
scanned is from the correct vendor and it is, in fact, an invoice.
1. Go to the Services tab of the Administration Console and then click the Forms Processing Extender
icon.
2. Click Launch Configuration Utility.
3. Click New under the Template Library Manager. Type "Invoice_example"as the file name.
4. Click New to add a new template, then set the image path you want to use.
5. Click Add Zone to create a new zone, and name it (as Invoice).
6. Set the Zone Type to Static and the ShowValue property to False, so it does not display on the
validation screen.
7. Draw the first static zone on the image to identify the word INVOICE in the upper right.
8. Click Add Zone again, name the new zone as "InvoiceDate", and set its type as Text.
9. Draw the zone on the page. Note that the ReferenceZone is automatically set to InvoiceDate.
10. Go to Advanced Properties, select Filters, and click "...".
11. Select the RegEx Filter radio button from the displayed list.
12. Enter the filter string to validate the text in the field is the proper date format, (0[1-9]|1[0-2])/(0[1-
9]|[12][0-9]|3[01])/\d\d.
13. Click OK, and check/show with the cursor that the Value property is 11/05/2010, and the Error
property displays None.
14. Click Add Zone, name the new Zone as "Invoice#", and leave the Zone Type as Text.
15. Click Add Zone, name the new Zone as "InvoiceTotal", and leave the Zone Type as Text.
16. Select the Filter property and the dialog box for filters will appear and select the RegEx radio
button.
17. Type ^\$[0-9]{1,6}+(\.[0-9][0-9]).
18. Select OK to close the dialog box for filters and the value property should display $1,961.16 and the
error "None".
19. Select Save, then Exit from the File menu.