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

> IExtractedObjects collection reference in FlexiCapture NLP scripting: count, index, and find IExtractedObject items located in document text.

## Purpose

This is a collection of objects of type IExtractedObject found in the text.

## Properties

<table width="100%"><thead><tr><th><p><strong>Name</strong></p></th><th><p><strong>Type</strong></p></th><th><p><strong>Permissions</strong></p></th><th><p><strong>Value</strong></p></th></tr></thead><tbody><tr><td><p>Name()</p></td><td><p>string</p></td><td><p>Read</p></td><td><p>The name of the collection.</p></td></tr><tr><td><p>Count()</p></td><td><p>int</p></td><td><p>Read</p></td><td><p>The number of items in the collection.</p></td></tr><tr><td><p>Item( index : int )</p></td><td><p><a href="/flexi-capture/i-extracted-object">IExtractedObject</a></p></td><td><p>Read</p></td><td><p>Accesses an item by its index.</p></td></tr><tr><td><p>Find( position : int, toTheRight : bool ) : <a href="/flexi-capture/reports/overview/facilities">ExtractedObject</a></p></td><td><p><a href="/flexi-capture/i-extracted-object">IExtractedObject</a></p></td><td><p>Read</p></td><td><p>Finds an item whose text span is closest to a specified position in the text.</p><p>toTheRight specifies search direction.</p></td></tr><tr><td><p>Attributes ()</p></td><td><p><a href="/flexi-capture/appendix/scripts/ivariant">IVARIANTArray</a></p></td><td><p>Read</p></td><td><p>Attributes for the indexed collection. These attributes can be used in XML queries when searching the collection for specific words.</p></td></tr></tbody></table>
