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

# Picture Object

> The picture object in Vantage OCR JSON output describes a block containing an image (logo, signature, or photo): block ID, position, and confidence.

A **picture** object describes a block that contains an image. For example, it can contain a company logo, a signature, or a photo of the owner of the document.

| Property     | Data type    | Description                                                                       |
| :----------- | :----------- | :-------------------------------------------------------------------------------- |
| `id`         | `string`     | The identifier of the block containing the image.                                 |
| `position`   | `rect`       | Coordinates of the rectangular region on the document where the image is located. |
| `confidence` | `confidence` | This value is always equal to -1.                                                 |
