> ## 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.

# IExtractedObjects

> Référence de la collection IExtractedObjects dans le scripting NLP de FlexiCapture : count, index et recherche d’éléments IExtractedObject présents dans le texte du document.

<div id="purpose">
  ## Objectif
</div>

Il s’agit d’une collection d’objets de type IExtractedObject trouvés dans le texte.

<div id="properties">
  ## Propriétés
</div>

<table width="100%">
  <thead>
    <tr>
      <th>
        <p>
          <strong>Nom</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Type</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Autorisations</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Valeur</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>Name()</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture</p>
      </td>

      <td>
        <p>Nom de la collection.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Count()</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Lecture</p>
      </td>

      <td>
        <p>Nombre d’éléments de la collection.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Item( index : int )</p>
      </td>

      <td>
        <p>
          <a href="/fr/flexi-capture/i-extracted-object">IExtractedObject</a>
        </p>
      </td>

      <td>
        <p>Lecture</p>
      </td>

      <td>
        <p>Accède à un élément par son indice.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          Find( position : int, toTheRight : bool ) : <a href="/fr/flexi-capture/reports/overview/facilities">ExtractedObject</a>
        </p>
      </td>

      <td>
        <p>
          <a href="/fr/flexi-capture/i-extracted-object">IExtractedObject</a>
        </p>
      </td>

      <td>
        <p>Lecture</p>
      </td>

      <td>
        <p>Trouve l’élément dont la plage de texte est la plus proche d’une position donnée dans le texte.</p>
        <p>toTheRight indique la direction de recherche.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Attributes ()</p>
      </td>

      <td>
        <p>
          <a href="/fr/flexi-capture/appendix/scripts/ivariant">IVARIANTArray</a>
        </p>
      </td>

      <td>
        <p>Lecture</p>
      </td>

      <td>
        <p>Attributs de la collection indexée. Ces attributs peuvent être utilisés dans des requêtes XML lors de la recherche de mots spécifiques dans la collection.</p>
      </td>
    </tr>
  </tbody>
</table>
