A simple model that looks for metadata on the document, and then converts it to a label
metadata-to-label
Version: 1.0.0
Infer: Yes
true
, it applies the corresponding label to the documentOption | Description |
---|---|
properties | List of property-to-label conversion rules, each containing a name, expression, and label |
value
as the property value==
, !=
, >
, <
, >=
, <=
and
, or
, not
value == 'text'
, 'text' in value
value.lower() == 'text'
value is not None
value
always represents the current metadata property’s value.
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
properties | Properties | list | N/A | - | No |