# getParserInstance

**Kind:** Function

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts#L132)

Get a parser instance by name

## Signature

```ts
function getParserInstance(name: string): IParser | undefined
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |

**Returns:** `IParser | undefined`
