ROW
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
The ROW rule identifies a row in a table either by index or by containing evidence
Score calculation
Scores its given weight if all its children occur in a particular row in a detected table
Evidence calculation
The evidence is the set of phrase ranges describing the rows (note these are typically adjacent phraseranges and so the count of phraseranges is often (but not guaranteed) to be the count of rows).
Attribute information
- any common attribute
- ROW - The index of the row (starting at 1)
- TABLE - The index of the containing table (starting at 1)
Children restrictions
Any rule other than those restricted to a specific parent
Example 1
The following rulebase fragment
<row>
<text data="Shareholders" />
</row>
Would fire for any rows in a detected table which contain the text “Shareholders”
Example 2
<row row="2" table="1" />
Fires with evidence for the second row in the first table detected in document.