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

# FieldOcrType

> This enumerator specifies the type of the extracted field.

`FieldOcrType` enumerates the type of an extracted field, used when inspecting fields produced by an Extract activity.

## Constants

| Name           | Description                                                                                                                                                                               |
| :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Barcode        | Barcode. For more information on how fields of this type are created, see [Barcode](/vantage/documentation/skill-designer/document/adding-fields/barcode).                                |
| Checkmark      | Checkmark. For more information on how fields of this type are created, see [Checkmark](/vantage/documentation/skill-designer/document/adding-fields/checkmark).                          |
| CheckmarkGroup | Checkmark group. For more information on how fields of this type are created, see [Checkmark Group](/vantage/documentation/skill-designer/document/adding-fields/checkmark-group).        |
| Group          | Field group. For more information on how group fields are created, see [Group](/vantage/documentation/skill-designer/document/adding-fields/group).                                       |
| Picture        | Image. For more information on how fields of this type are created, see [Image](/vantage/documentation/skill-designer/document/adding-fields/image).                                      |
| Table          | Table. Each table cell is a separate field. For more information on how fields of this type are created, see [Table](/vantage/documentation/skill-designer/document/adding-fields/table). |
| Text           | Text. For more information on how fields of this type are created, see [text field](/vantage/documentation/skill-designer/document/adding-fields/text).                                   |

## Related topics

* [Field](/vantage/documentation/skill-designer/process/custom-activity/field)
* [Add fields](/vantage/documentation/skill-designer/document/adding-fields/adding-fields)
* [Object model](/vantage/documentation/skill-designer/process/custom-activity/object-model)
