General Purpose Modules
These general-purpose extraction modules enable you to capture most common types of data from documents.
Date
The Date module captures dates from a document, and optionally only those located near certain keywords. For example, you may want to capture dates only near the text "Shipping Date" or "Shipped Date".
Reference Number
The Reference Number module captures an arbitrary number, code or other text with a format specified by a regular expression. Extraction may be restricted to the presence of specific keywords.
For example, you may want to capture a candidate number that is always 3 letters followed by 7 digits near the text "Candidate Number" or "Candidate No".
Simple Text
The Simple Text module captures an exact word or phrase from a document, if it is present.
Regular Expression
The Regular Expression module captures an arbitrary number, code or other text with a format specified by a regular expression.
Updated over 3 years ago