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

# SourceFile

> A source file used as input to the document — name and parameters.

`SourceFile` represents a single file used as input to the document being processed. Use it to access the file's name and any associated parameters.

## Properties

| Name           | Type                                                                                                     | Access level | Description                                                                                                                                                 |
| :------------- | :------------------------------------------------------------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**       | string                                                                                                   | Read-only    | The name of the source file.                                                                                                                                |
| **Parameters** | Record\<string, [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)> | Read-only    | A dictionary mapping source file parameter names to their [`Parameter`](/vantage/documentation/skill-designer/document/rule-verification/parameter) values. |

## Related topics

<CardGroup cols={3}>
  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/document/rule-verification/document">
    The Document object — access the document being processed, its pages, and source files.
  </Card>

  <Card title="Parameter" icon="square-code" href="/vantage/documentation/skill-designer/document/rule-verification/parameter">
    A single parameter value.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/document/rule-verification/object-model">
    Full JavaScript object reference for use in Advanced Script Rules.
  </Card>
</CardGroup>
