> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Element properties

> Property reference links for every FlexiLayout Studio element type, from Header, Footer, and Group to Static Text, Barcode, Table, and Repeating Group.

<CardGroup cols={2}>
  <Card title="Header and Footer" icon="shapes" href="/flexi-capture/fls/template/elements-header-footer">
    Mark the beginning and end of a document with Group-type elements.
  </Card>

  <Card title="Group" icon="layer-group" href="/flexi-capture/fls/template/elements-compound">
    Collect subelements into one unit and share search constraints.
  </Card>

  <Card title="Labeled Field" icon="list" href="/flexi-capture/fls/template/labeled-field">
    Find named fields by configuring label text, position, and content type.
  </Card>

  <Card title="Line of Elements" icon="list" href="/flexi-capture/fls/template/line-of-elements">
    Detect simple child elements arranged in a single line.
  </Card>

  <Card title="First Found" icon="layer-group" href="/flexi-capture/fls/template/first-found">
    Stop searching once any subelement is detected, useful for fallbacks.
  </Card>

  <Card title="Static Text" icon="shapes" href="/flexi-capture/fls/template/static-text">
    Find pre-defined words or phrases with error and case controls.
  </Card>

  <Card title="Character String" icon="shapes" href="/flexi-capture/fls/template/character-chain">
    Search for unspecified text using regular expressions or alphabets.
  </Card>

  <Card title="Paragraph" icon="shapes" href="/flexi-capture/fls/template/text-chain">
    Detect multi-line text blocks of unknown content.
  </Card>

  <Card title="Date" icon="shapes" href="/flexi-capture/fls/template/date">
    Locate dates in many formats on document images.
  </Card>

  <Card title="Currency" icon="shapes" href="/flexi-capture/fls/template/currency">
    Find monetary amounts with currency names and value limits.
  </Card>

  <Card title="Phone" icon="shapes" href="/flexi-capture/fls/template/phone">
    Detect telephone numbers with prefix, separator, and digit controls.
  </Card>

  <Card title="Named Entity" icon="shapes" href="/flexi-capture/fls/ner">
    Extract people, companies, places, and addresses using NLP.
  </Card>

  <Card title="Separator" icon="shapes" href="/flexi-capture/fls/template/separator">
    Find vertical and horizontal separator lines with length limits.
  </Card>

  <Card title="White Gap" icon="shapes" href="/flexi-capture/fls/template/white-gap">
    Find empty rectangular areas using object histograms.
  </Card>

  <Card title="Barcode" icon="shapes" href="/flexi-capture/fls/template/barcode">
    Locate supported barcode types on document images.
  </Card>

  <Card title="Object Collection" icon="shapes" href="/flexi-capture/fls/template/object-collection">
    Search for sets of mixed-type objects in a FlexiLayout.
  </Card>

  <Card title="Region" icon="vector-square" href="/flexi-capture/fls/template/area">
    Define an image area without restricting its contents.
  </Card>

  <Card title="Table" icon="table-cells" href="/flexi-capture/fls/template/table">
    Detect tables of different structures, including financial tables.
  </Card>

  <Card title="Repeating Group" icon="layer-group" href="/flexi-capture/fls/template/repeatable-group">
    Detect recurring sets of elements with configurable repetition counts.
  </Card>
</CardGroup>
