Built in OCR Data Capture plugins
Name | Pattern | Description |
---|---|---|
String |
Optional. |
Return a text value. In case the pattern is empty returns text extracted by OCR. In case the pattern is not empty, returns the text extracted by OCR that matches the pattern only one time. In case the text extracted by OCR is empty, it returns and Exception. In case the pattern is not empty and the text extracted by OCR doesn't match the pattern only one time,it returns an Exception. |
Number |
Optional. |
Return 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 can not 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 returns an exception. In case the text extracted by OCR is empty it returns an exception. In case the text extracted can not be converted to a Calendar, it returns an exception. |
Barcode |
Optional. |
Return barcode text. In case the pattern is empty, it returns a 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 text extracted by a Barcode engine doesn't match the pattern, it returns an Exception. |