Built-in OCR Data Capture plugins
Name | Pattern | Description |
---|---|---|
String |
Optional. |
Returns a text value. In case the pattern is empty, it returns the text extracted by OCR. In case the pattern is not empty, it returns the text extracted by OCR that matches the pattern only once. In case the text extracted by OCR is empty, it returns an exception. In case the pattern is not empty and the text extracted by OCR does not match the pattern exactly once, it returns an exception. |
Number |
Optional. |
Returns a number. In case the pattern is empty, it returns a number based on the text extracted by OCR. In case the pattern is not empty, it returns a number based on the text extracted by OCR that matches the pattern. In case the text extracted by OCR is empty, it returns an exception. In case the pattern is not empty but the text extracted by OCR doesn't match the pattern, it returns an exception. In case the text extracted cannot be converted into a number, it returns an exception. |
Date |
Mandatory. |
Returns a Calendar value. In case the pattern is not empty, it returns a Calendar based on the text extracted by OCR and the pattern. In case the pattern is empty, it returns an exception. In case the text extracted by OCR is empty, it returns an exception. In case the text extracted cannot be converted to a Calendar, it returns an exception. |
Barcode |
Optional. |
Returns barcode text. In case the pattern is empty, it returns the text extracted by a Barcode engine. In case the pattern is not empty, it returns the text extracted by a Barcode engine that matches the pattern. In case the text extracted by a Barcode engine is empty, it returns an exception. In case the pattern is not empty but the text extracted by a Barcode engine doesn't match the pattern, it returns an exception. |