Powered by Zoomin Software. For more details please contactZoomin

Semaphore Classification Server Rulebase Reference

TABLE

  • Last Updated: May 13, 2026
  • 1 minute read
    • Semaphore
    • Documentation

Specifies the table index (1-based) to use for a table, column or row rule.

Applies to

Values

  • “[NNN]” Specific index
  • “[NNN],[NNN2],…” Comma separated list of indices
  • “[NNN]-[NNN2]” Range of indices from NNN to NNN2
  • “^[NNN]” Excluding specific index
  • “^[NNN],[NNN2],…” Excluding specified indices
  • “^[NNN]-[NNN2]” Excluding specified range of indices from NNN to NNN2

Where [NNN] [NNN2] are numeric integers from 1 - 1000

Example 1

   <table table="2,3,5-7" />

Matches tables 2,3,5,6 and 7 detected in the document

Example 2

   <column table="^1" />

Matches any columns excluding those from the first table in the document

See also

TitleResults for “How to create a CRG?”Also Available inAlert