# EU Declaration of Conformity - document type

> EU Declaration of Conformity (or "Declaration of Conformity" or "DoC") is a letter or document in which the manufacturer specifies which EU CE marking directives and standards his product complies with.

## Overview

EU Declaration of Conformity (or "Declaration of Conformity" or "DoC") is a letter or document in which the manufacturer specifies which EU CE marking directives and standards his product complies with.

This ML package extracts information regarding the product, harmonized standards and technical specifications that applies.

## Particularities

The model automatically detects data such as:

* Company Name and Address.
* Manufacturer Name and Address.
* Product Name, Product Model, Place of issue, CE Mark Year.
* Directives Item, Standards, Description.

## 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 EU Declaration of Conformity

| Display Name | Field Name | Field Type | Content Type |
| --- | --- | --- | --- |
| Applicant Name | company-name | regular | string |
| Applicant Address | company-addr | regular | string |
| Manufacturer Name | manufacturer-name | regular | string |
| Manufacturer Address | manufacturer-addr | regular | string |
| Document Number | document-no | regular | id-no |
| Product Name | product-name | regular | string |
| Product Model | product-model | regular | id-no |
| Certificate Place of Issue | place-issue | regular | string |
| Certificate Date of Issue | date-issued | regular | date |
| CE Mark Year | ce-mark-year | regular | number |
| Products - EU Directives | directives-item | items | string |
| Products - EU Standards | standards | items | id-no |
| Products - Descriptions of Directives and Standards | description | items | string |

## Samples

Here are some samples of a filled-in form:

![EU Declaration of Conformity sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-eu-declaration-of-conformity-sample-file-253179-f0fc260c-c80fa1b5.webp)

![EU Declaration of Conformity sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-eu-declaration-of-conformity-sample-file-253183-354ad5c2-59f225fe.webp)
