# Certificate of Incorporation -

> Certificate of Incorporation is a legal document relating of a formation of a company or corporation.

## Overview

Certificate of Incorporation is a legal document relating of a formation of a company or corporation.

Certificate of Good Standing is a legal document that certifies that a company is properly registered with the state.

This ML package is trained to extract information in regard of the status of a registered company. The skill can be used as a base in order to build more complex business processes based on incoming documents.

## Particularities

The model automatically detects data such as:

* Date, Document Number;
* Company Name, Company Address, Company Registration Number, Company Type;
* Date of Incorporation, Issuer;

## Extracted fields

:::note
If you are using using public endpoints, such as `https://du.uipath.com/ie/invoices`, all fields are available. However, if you are using custom-trained extractors, the availability of extracted fields is dependant on the version you are currently using. You can also check the list of fields and types on any endpoint in the `/info/model` object. To access this, simply add `/info/model` to any endpoint, like so: `https://du.uipath.com/ie/invoices/info/model`. For an enhanced reading experience of the fields list, it's recommended to install a JSON viewer extension in your browser.
:::

Table 1. List of extracted fields for Certificate of Incorporation

| Display Name | Field Name | Field Type | Content Type |
| --- | --- | --- | --- |
| Certification Date | date | regular | date |
| Certificate Number | doc-no | regular | id-no |
| Company Name | company-name | regular | string |
| Company Registration Number | company-registration-no | regular | id-no |
| Status Effective Date | date-of-incorporation | regular | string |
| Company Type | company-type | regular | string |
| Registrar Autority | issued-by | regular | string |
| Registrar Agent Name | reg-agent-name | regular | string |
| Registrar Address | reg-agent-addr | regular | string |
| Company Address | company-addr | regular | string |

## Samples

Here are some samples of a filled-in form:

  ![Certificate of Incorporation sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/latest-certificate-of-incorporation-sample-file-252706-ea0f0bba-b94b9c27.webp)

  ![Certificate of Incorporation sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/latest-certificate-of-incorporation-sample-file-252711-1303f87b-1a176ab6.webp)

## Processed document types

This out-of-the-box pre-trained model can be used with the following document types:

* Certificates of Incorporation
* Certificates of Good Standing
