Custom Text

Defined in namespace Scandit.DataCapture.Label

CustomText
class CustomText : TextField

Added in version 8.1.0

Defines a text field with customizable OCR recognition and validation regexes. This field type uses optical character recognition (OCR) to extract text content from labels and can apply regexes for content validation.

Location
LabelFieldLocation Location { get; }

Added in version 8.1.0

The spatial location constraint for this text field within the label. This can be used to specify where on the label this field is expected to appear, helping to improve recognition accuracy and speed by focusing the OCR processing area.

Builder()
static CustomTextBuilder Builder()

Added in version 8.1.0

Gets a builder for creating CustomText field definitions.