Packing Date Text
Defined in package com.scandit.datacapture.label
- PackingDateText
class PackingDateText : TextField
Added in version 8.6.0
A specialized text field for capturing packing dates from labels. This predefined field type is optimized for recognizing date formats commonly found on food packaging, pharmaceutical labels, and manufacturing date stamps.
- anchorRegexes
val anchorRegexes: List<String>
Added in version 8.6.0
Used to specify keywords or phrases that help identify the context of the field. This is particularly useful when the label contains multiple fields that could match the same regex (e.g., when both packaging and expiry dates are present).
- labelDateFormat
var labelDateFormat: LabelDateFormat?
Added in version 8.6.0