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

# Address Parsing activity

> Parse address fields extracted by other activities into street, city, state, country, and ZIP code components in Advanced Designer.

The Address Parsing activity is designed to parse addresses into the following components:

* Street
* City
* State
* Country
* Zip-code

The Address Parsing activity is used to parse the values of the fields extracted by other activities. Hence, in the document processing flow, Address Parsing activity should always be placed after an activity that extracts the address first.

<Warning>
  The activity only supports fields of type Text.
</Warning>

## Set up an Address Parsing activity

<Steps>
  <Step title="Add the activity to the flow">
    On the **Activities** tab, add an Address Parsing activity to the document processing flow.
  </Step>

  <Step title="Select the input field">
    On the **Activity Properties** pane, select the address field extracted by a different activity in the **Input Field** drop-down field.
  </Step>

  <Step title="Select the output fields">
    In the **Output field**, select the fields into which the address components will be extracted.
  </Step>

  <Step title="Map address components to fields">
    Click **Create Mapping**. In the dialog that opens, use the **Place the extracted Address part in** list to map each address component to its target field, then click **Save**.

    You can edit the mapping at any time by clicking **Edit Mapping**.
  </Step>

  <Step title="Test the skill">
    Click **Test Skill** to run the skill and review the address-component extraction results on the **Results** tab.
  </Step>
</Steps>

## Supported regions

| Region           | Supported languages |
| :--------------- | :------------------ |
| USA              | English             |
| Canada, France   | English, French     |
| Austria, Germany | English, German     |
| Italy            | English, Italian    |
| Spain            | English, Spanish    |

## Supported entities and languages

| Entity name       | Supported languages                       |
| :---------------- | :---------------------------------------- |
| Street (Line 1)   | English, German, French, Italian, Spanish |
| City              | English, German, French, Italian, Spanish |
| State (Province)  | English, German, French, Italian, Spanish |
| ZIP (Postal code) | English, German, French, Italian, Spanish |
| Country           | English, German, French, Italian, Spanish |
