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

# tables 配列の要素

> Vantage OCR JSON 出力の tables 配列の要素は、検出された表を記述します。位置、行、列、およびテキスト、画像、またはバーコードを含むセルが含まれます。

**tables** 配列の各要素は表を表すオブジェクトです。表は、テキスト、画像、バーコードを含むセルで構成されます。Optical Character Recognition (OCR) Skill では、セパレーター、構造化ブロック、繰り返し要素を使用して表を認識します。

| Property                                                   | Data type      | Description                                           |
| :--------------------------------------------------------- | :------------- | :---------------------------------------------------- |
| `id`                                                       | `string`       | 表を含むブロックの識別子。                                         |
| `position`                                                 | `rect`         | 表が配置されているドキュメント上の長方形領域の座標。                            |
| `confidence`                                               | `confidence`   | 表内のテキストが正しく認識されていることに対する信頼度。表を構成するセルの信頼度値を使用して計算されます。 |
| [cells](/ja/vantage/developer/output/json/ocr/cells-array) | `object array` | 表内のすべてのセルの配列。                                         |
